typedoc-plugin-markdown group headings all labelled "undefined"
Closed this issue · 2 comments
paularmstrong commented
When using @group
or @category
tags in the tsdoc comments, the resulting headings appear as undefined
. The first breaking version is 4.0.0-next.44 and is still present in .49
Input:
/**
* @group Tacos
*/
export …
Output:
## undefined
tgreyuk commented
thanks - fixed in typedoc-plugin-markdown@4.0.0-next.50
paularmstrong commented
Awesome thank you!