typedoc-plugin-markdown

A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.

MIT License

Downloads
1.6M
Stars
706
Committers
43

Bot releases are hidden (Show)

typedoc-plugin-markdown - v1.0.13

Published by tgreyuk over 6 years ago

  • Fixed issue with private properties not rendering.
typedoc-plugin-markdown - v1.0.12

Published by tgreyuk almost 7 years ago

  • Updated url resolving logic to match default theme
typedoc-plugin-markdown - v1.0.11

Published by tgreyuk about 7 years ago

  • Updated for typedoc 0.9.0
typedoc-plugin-markdown - v1.0.10

Published by tgreyuk about 7 years ago

  • Removed extraneous ? symbol from parameter output as flag already set to optional
typedoc-plugin-markdown - v1.0.9

Published by tgreyuk about 7 years ago

  • Fixed issue with optionals not rendering correctly.
  • Fixed issue with internal links in parameter comment blocks not rendering correctly.
typedoc-plugin-markdown - v1.0.8

Published by tgreyuk about 7 years ago

Fixed issue with links not parsing correctly inside comment tags.

typedoc-plugin-markdown - v1.0.7

Published by tgreyuk about 7 years ago

Updated dependencies.

typedoc-plugin-markdown - v1.0.6

Published by tgreyuk over 7 years ago

  • Removed -mdOutFile from options (this never worked very well and was over complicating the code - if anybody complains then will look at re-implementing).
  • Tidied up interface output to use generic property partials.
typedoc-plugin-markdown - v1.0.5

Published by tgreyuk over 7 years ago

  • Fixed bug where Interfaces were not displaying as return types correctly.
typedoc-plugin-markdown - v1.0.4

Published by tgreyuk over 7 years ago

  • Fixed bug with parameter column layout
typedoc-plugin-markdown - v1.0.3

Published by tgreyuk over 7 years ago

Minor improvements and bug fixes:

  • Put default paramters values in a seperate table column
  • Added comments to object literal
  • Added symbol for type alias
  • Fixed rendering of typeArguments
typedoc-plugin-markdown -

Published by tgreyuk over 7 years ago

Readme updates only - no code changes.

typedoc-plugin-markdown -

Published by tgreyuk over 7 years ago

Readme updates only - no code changes.

typedoc-plugin-markdown -

Published by tgreyuk over 7 years ago

First major release with basic feature set.