typedoc2md/typedoc-plugin-markdown

is it possible to reorder generated sections?

Closed this issue · 3 comments

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

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.

You can now do:

{
  "blockTagsPreserveOrder": ["@example"]
}

Available in typedoc-plugin-markdown@4.2.0