Skip to Content

typedoc-plugin-remark

Version: 2.0.1

Overview

typedoc-plugin-remark runs the Markdown emitted by typedoc-plugin-markdown through a configurable remark pipeline before files are written.

Use it to apply GFM or MDX transforms, enforce Markdown conventions, or add your own AST-based post-processing without forking the Markdown theme.

Features

  • Pass in a list of remark plugins to the TypeDoc config.
  • Write your own custom plugin.

Examples

Last updated on