markus-incisive
markus-incisive
## Summary The `tsdoc.json` file allows adding custom tags. This allows them to be parsed, but how do I get them to be eventually emitted by `api-documenter`? To be more...
## Summary How can I specify how I want properties and methods to be ordered? Currently, it sorts alphabetically, but (for example) I would like `static` properties to appear before...
## Summary Most Markdown in the doc comments is escaped, which causes unexpected/unwanted/inconsistent behavior. VSCode allows for Markdown and renders it as expected, but api-documenter doesn't. ## Repro steps Given...
## Summary Sometimes, the generated Markdown has a closing HTML tag followed by text, without any blank lines in-between. This can mess up some Markdown engines, including GitHub and VSCode....