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

when html option is on, it does not render markdown contents inside when html option is off, it _does_ render markdown contents inside, but keep the html tags visible. this...

# how to reproduce the bug ![image](https://user-images.githubusercontent.com/14026360/52174017-1a05ac80-27c9-11e9-85c3-ae0a7f3e2231.png) ![image](https://user-images.githubusercontent.com/14026360/52174027-3a356b80-27c9-11e9-826a-eeac599fd593.png) ![image](https://user-images.githubusercontent.com/14026360/52174035-4f11ff00-27c9-11e9-9835-4481dd19d422.png) ## reason i think eslint make the insignificant indentation in the first line when i do this, the `code` block disappear...

Hi, I want add an anchor to heading, my vue file is ```vue - [Heading1](#heading1) - [Heading2](#heading2) # Heading1 ## Heading2 some texts import VueMarkdown from 'vue-markdown' // production export...

I am using webpack raw-loaded to load the md content into the source prop. Using content from the live demo, i compared the output and several of the features seemd...

Hi, Thanks for this awesome markdown plugin for vue-js. Is there a way to disable on import some of the markdown features? Because right, I don't use neither TOC nor...

help wanted

When Vue-Markdown is previewing a textarea that is being edited with the `toc` enabled, it throws an error when inputting `#` without a title after it. This crashes the implementation...

请问怎么语法高亮?

It seems that anchorAttributes only applies to Markdown content. Are there any plans to apply them to HTML anchor tags in the source? Here is my test code: ```javascript import...

I often find myself using this and having to ignore template indentation. It would be great to have a `floor="true"` option to automatically filter the input, count minimum indentation, and...