vue-markdown
vue-markdown copied to clipboard
A Powerful and Highspeed Markdown Parser for Vue
With this changes you can use CDN like: ```html ``` Now you must add path to file like: ```html ```
when I use your component to display markdown table, the css style not show, this is your demo,please check it 
I base on `meteor + vue` . I try to import .md file to render vue template ```js import VueMarkdown from 'vue-markdown' import mdFile from './README.md' export default { name:...
I was frustrated that there was no extra styling options available. The project was not actively maintained, and the dependencies are out of date and has security vulnerabilities. So I...
I am trying to display an image and it isn't displaying. Other vue-markdown content displays fine. The location is correct as right above it I've added an img  Changing...
Hi, I was wondering if Vue-Markdown sanitized a given markdown input before outputting HTML on a webpage? Thanks, Tate
Hi! I've been trying to add Syntax Highlighting to my app, but I haven't found any resources describing how you are supposed to do this. Could you show me an...