Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 828 Bytes

File metadata and controls

35 lines (27 loc) · 828 Bytes

import Image from 'next/image'; import { Cards } from 'nextra/components'; import pjson from '../../../packages/typedoc-plugin-remark/package.json'; import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import { faGithub } from '@fortawesome/free-brands-svg-icons';

typedoc-plugin-remark

Installation

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

Usage

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

Examples

} arrow={true} href="https://github.com/tgreyuk/typedoc-plugin-markdown-examples/tree/main/examples/09-remark-example#readme" target="_blank" />