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.
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 havethead
andtbody
tags. React SSR (like Nextra's), chokes on such tables.TypeDoc configuration
latest
Expected behavior
Correctly use
thead
andtbody
to allow using the generated code as tables in MDX.