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
725 stars 177 forks source link

fix: add '?' for optional params in tables #682

Closed vonovak closed 2 months ago

vonovak commented 2 months ago

when parameters are rendered in a table and the type is optional, then ? is missing after the type name

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
typedoc-plugin-markdown ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 1, 2024 2:37pm
tgreyuk commented 2 months ago

Thanks

vonovak commented 2 months ago

Thank you for this package!