 
npm install vue-markdown-viewerVue component to render markdown with remark.
``shell`
$ npm install vue-markdown-viewer
`vue
`
Use a plugin to support gfm:
`vue
{{ md }}
`
Use a plugin to support syntax highlight:
``vue
{{ md }}
```
- content: string \components
markdown string
- : Record \remarkRehypeOptions
object mapping tag names to Vue components
- : Record \remarkPlugins
Options of remark-rehype
- : Array \rehypePlugins
list of remark plugins to use
- : Array \className
list of rehype plugins to use
- : string \div
wrap the markdown in a with this class nameskipHtml
- : boolean, default: false \linkTarget
ignore HTML in markdown completely
- : string` \
target to use on links