Skip to content

xbases/markdown-it-vue-ant

Repository files navigation

markdown-it-vue-ant

The vue lib for markdown-it with vue.ant.design

Install

npm install markdown-it-vue-ant --save

in ant-design-vue project src/main.js

import MarkdownItVueAnt from "markdown-it-vue-ant";
import "markdown-it-vue-ant/dist/markdown-it-vue-ant.css";

Vue.use(MarkdownItVueAnt);

Plugin list

  • markdown-it
  • markdown-it-abbr
  • markdown-it-footnote
  • markdown-it-github-toc
  • markdown-it-ins
  • markdown-it-mark
  • markdown-it-sub
  • markdown-it-sup

Internal plugin list:

  • markdown-it-mermaid
  • markdown-it-highlight

    include: javascript go bash python nginx

  • markdown-it-links-attrs

    Opens the linked document in a new window or tab

License

MIT

About

The vue lib for markdown-it with vue.ant.design

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published