typedoc2md / typedoc-plugin-markdown

A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.
https://typedoc-plugin-markdown.org
MIT License
689 stars 172 forks source link

`@experimental` / `@internal` annotations #556

Closed nsaunders closed 5 months ago

nsaunders commented 5 months ago

Hi, I've noticed that the markdown output doesn't seem to include any indicators of @experimental or @internal status. Am I doing something wrong?

In any case, thanks for the fantastic TypeDoc plugin!

tgreyuk commented 5 months ago

Thanks. I am not sure what plugin versions you are using but this is currently fixed in typedoc-plugin-markdown@4.0.0-next.45

nsaunders commented 5 months ago

Thanks @tgreyuk !