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

htmlTable is missing thead and tbody #671

Closed xixixao closed 2 months ago

xixixao commented 3 months ago

What package is the bug related to?

typedoc-plugin-markdown

Describe the issue

When I use htmlTable format for parametersFormat option, the generated tables don't have thead and tbody tags. React SSR (like Nextra's), chokes on such tables.

TypeDoc configuration

latest

Expected behavior

Correctly use thead and tbody to allow using the generated code as tables in MDX.

tgreyuk commented 3 months ago

Fix in typedoc-plugin-markdown@4.2.5