vue-markdown icon indicating copy to clipboard operation
vue-markdown copied to clipboard

A Powerful and Highspeed Markdown Parser for Vue

Results 102 vue-markdown issues
Sort by recently updated
recently updated
newest added

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怎么解决 ![image](https://user-images.githubusercontent.com/26241448/39348160-85f86c22-4a28-11e8-84a6-f719dd6ca13e.png) ![image](https://user-images.githubusercontent.com/26241448/39348186-9d437dc2-4a28-11e8-9493-7b6f452153a0.png)

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 ``` [![Coverage Status](https://coveralls.io/repos/github/ElemeFE/element/badge.svg?branch=master)](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?

help wanted

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...