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

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 ![企业微信20200310221941](https://user-images.githubusercontent.com/7531339/76321646-44eff780-631d-11ea-8be3-c5ad550b1962.png)

``` ``` result: undefined

enhancement

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 ![img](@/assets/7801_4_lang_image.PNG) 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...