本页目录
注释
语法
- *[HTML]: Hyper Text Markup Language
- *[W3C]: World Wide Web Consortium
- The HTML specification
- is maintained by the W3C.
渲染效果:
The HTML specification
is maintained by the W3C.
安装
npm
- npm install markdown-it-abbr --save
yarn
- yarn add markdown-it-abbr --save
使用
- import MarkdownIt from 'markdown-it'
- import markdownItAbbr from 'markdown-it-abbr'
- const md = new MarkdownIt({
- // code
- })
- md.use(markdownItAbbr)