Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 263 Bytes

quick-start.mdx

File metadata and controls

17 lines (12 loc) · 263 Bytes

import { Callout } from 'nextra/components';

Quick Start

Installation

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

Usage

{
  "plugin": ["typedoc-plugin-markdown", "typedoc-plugin-remark"]
}