typedoc-plugin-markdown

April 18, 2026 ยท View on GitHub

Generate TypeScript API documentation as Markdown with TypeDoc.

Overview

This repository contains the core Markdown plugin, utility plugins for frontmatter and remark transforms, target-specific themes for wiki and static-site workflows, and a Docusaurus plugin that can run TypeDoc inside the Docusaurus lifecycle.

Start with typedoc-plugin-markdown for the core Markdown output, then add the package that matches where you publish your docs.

Packages

PackageDescriptionDownloadsChangelog
typedoc-plugin-markdownGenerates TypeScript API documentation as Markdown.DownloadsChangelog
typedoc-plugin-frontmatterAdds configurable YAML frontmatter to TypeDoc Markdown output.DownloadsChangelog
typedoc-plugin-remarkRuns remark plugins on TypeDoc Markdown output.DownloadsChangelog
typedoc-github-wiki-themeGenerates TypeDoc Markdown output for GitHub Wiki.DownloadsChangelog
typedoc-gitlab-wiki-themeGenerates TypeDoc Markdown output for GitLab Wiki.DownloadsChangelog
typedoc-vitepress-themeGenerates TypeDoc Markdown output for VitePress.DownloadsChangelog
typedoc-docusaurus-themeGenerates TypeDoc Markdown output for Docusaurus.DownloadsChangelog
docusaurus-plugin-typedocRuns TypeDoc inside the Docusaurus lifecycle.DownloadsChangelog

Documentation

See typedoc-plugin-markdown.org for installation, options, guides, and package documentation.

Contributing

If you would like to contribute towards this project please read the contributing guide.

License

Released under the MIT License.