typedoc2md/typedoc-plugin-markdown

typedoc-plugin-markdown group headings all labelled "undefined"

Closed this issue · 2 comments

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

thanks - fixed in typedoc-plugin-markdown@4.0.0-next.50

Awesome thank you!