Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 647 Bytes

File metadata and controls

18 lines (12 loc) · 647 Bytes

Developer Guide / typedoc-plugin-remark

typedoc-plugin-remark

"typedoc-plugin-remark" is a utility package that pipes output though specified remark plugins.

Package features include:

  • Exposes some additional options to TypeDoc.
  • Initializes a new remark processor and transform that syntax tree (mdast) using plugins.

Modules

Module Description
core The plugin entrypoint and bootstrapping of the plugin.
options All plugin types are exported from this module.
types All plugin types are exported from this module.