vue-markdown
vue-markdown copied to clipboard
A Powerful and Highspeed Markdown Parser for Vue
If I create a data bind with code like: ```javascript data () { return { md: '```javascript\n if(1 === 1) {\n return true;\n }\n```' } } ``` And in template...
When vue-markdown is placec outside of `router-view` it works like a charm with highlighting. When the same component is called from within `router-view` component the highlighting doesn't apply. I will...
this.prerender is not a function怎么解决  
Please, add suport for diff, like this [example](https://stackoverflow.com/questions/40883421/diff-syntax-highlighting-in-github-markdown): ```diff public class Hello1 { public static void Main() { - System.Console.WriteLine("Hello, World!"); + System.Console.WriteLine("Rock all night long!"); } } ```
I am trying to render a markdown table on a github readme using this library and it doesn't render correctly. https://raw.githubusercontent.com/championswimmer/vuex-persist/master/README.md I tried to do copy that markdown content for...
The package seems to automatically add a line break `` after it encounters an image link ``` [](https://coveralls.io/github/ElemeFE/element?branch=master) ``` Is there any way to restrict this?
Is there any way to support latex syntax? Like $\delta$ will be parsed as geek letter delta
Hello. Thanks for this great module! I was wondering how I should go about handling academic paper citation. Can you add support for bibtex or pandoc module? Or is there...
hash模式下怎么使用toc进行锚点定位? How to use hash mode TOC anchor position?
Currently, the `outHtml` is sent as the payload with the `rendered` event. I think it would be more helpful if you could also send a reference to the created parent...