Socket
Socket
Sign inDemoInstall

typedoc-plugin-markdown

Package Overview
Dependencies
0
Maintainers
1
Versions
232
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    typedoc-plugin-markdown

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


Version published
Weekly downloads
323K
increased by4.66%
Maintainers
1
Install size
192 kB
Created
Weekly downloads
 

Readme

Source

typedoc-plugin-markdown

npm Build Status

Please note this pre-release version may contain breaking changes within the same semantic version.

A plugin for TypeDoc that renders TypeScript API documentation as Markdown.

Contents

What does it do?

By default, TypeDoc will render API documentation as a webpage, e.g. HTML files.

The plugin replaces the default HTML theme with a built-in Markdown theme and exposes some additional options. This is useful if documentation is required to be included in project README files, Wikis and static site generators.

Installation

npm install typedoc typedoc-plugin-markdown@next --save-dev

Usage

Plugins are loaded by using the plugin configuration option:

typedoc --plugin typedoc-plugin-markdown

Please see https://typedoc.org/options/configuration.

Options

TypeDoc options

All of TypeDoc's Configuration, Input and Organization options are respected as they are executed at the conversion phase of the project.

TypeDoc's Output options are on the whole only relevant to the HTML theme and the majority are ignored by this plugin. Supported Output options are out, cleanOutputDir.

Plugin Options

This plugin exposes additional options. Please see Options Guide for detailed usage.

File output options
Structure and formatting options
Utility options

Contributing

Contributions and suggestions are welcome. Contributing guidelines coming soon.

License

MIT

Keywords

FAQs

Last updated on 26 Sep 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc