1.0.4 • Published 6 years ago

markdown-syntax-resolve v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

markdown-syntax-resolve -- markdown语法解析插件

这是基于Vue的用来解析markdown语法的插件

How to install:

npm install --save markdown-syntax-resolve

And in your entry file:

import Vue from 'vue'
import markdownSyntaxResolve from 'markdown-syntax-resolve'
Vue.use(markdownSyntaxResolve)

Usage

<vue-markdown-syntax-resolve></vue-markdown-syntax-resolve>

可传属性

PropertyDescriptiontypedefault
content需要解析的markdown语法的内容String''
1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago