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
714 stars 176 forks source link

[next] Wrap Titles in Code Block option #350

Closed lorenzolewis closed 1 year ago

lorenzolewis commented 2 years ago

Adds an option to wrap the titles of functions, interfaces, enums, etc. in a code block. This helped us be able to break up the headings (especially when you have a long module rendered all in one page) and makes it a bit easier to scan through.

Screenshot 2022-09-14 at 19 34 51