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

is it possible to reorder generated sections? #627

Open ramitheeb opened 4 weeks ago

ramitheeb commented 4 weeks ago

What package is the feature request related to?

typedoc-plugin-markdown

Background

is it possible to reorder the generated sections? i want the examples to show up above parameters

Proposed solution

No response

tgreyuk commented 4 weeks ago

So the ordering currently follows the behaviour of the default theme whereby block tags are intentionally rendered below the signature, but we could introduce an option to re-order how block tags are rendered. Would need to have a bit of a think on how this would be configured.