I have a reproduction for missing Static
labels on static class methods since [email protected].
I am opening an issue here because it is only exhibited in docs produced with the typedoc-plugin-markdown
plugin, not when using the default html output without a plugin.
Reproduction follows
gh repo clone panva/typedoc-repro
cd typedoc-repro
npm clean-install
npm run docs
node check.mjs
# In html Foo.bar is marked as Static true
# In md Foo.bar is marked as Static true
npm i -D [email protected]
npm run docs
node check.mjs
# In html Foo.bar is marked as Static true
# In md Foo.bar is marked as Static false