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

i tried to render https://raw.githubusercontent.com/request/request/master/README.md. it lags so much and uses all my CPU, my inputs becomes unclickable replaced this package with showdown. and now it works with no load...

Hi, I'm having trouble with content in the markdown component rendering after other content in a nuxtjs app. The issue likely stems from the component rerendering the content on the...

![image](https://user-images.githubusercontent.com/29484605/76800700-80cf0500-67d4-11ea-90f5-03c3901d4eb4.png) ![image](https://user-images.githubusercontent.com/29484605/76800818-baa00b80-67d4-11ea-87a6-9729461fc2ba.png)

Your live editor http://miaolz123.github.io/vue-markdown/ don't support katex syntax. What is rong with vue-markdown? Why I can't in main.js file just "use" it's once? ```javascript // main.js from vue-cli webpack start...

I use `vue-markdown` for my blog posting :) and I use `Prism.js` for code block more pretty. but, I don't know How can I show line-numbers. I checked line-number in...

I have the same issue as https://github.com/miaolz123/vue-markdown/issues/6. ```json "vue": "^2.4.2", "vue-markdown": "^2.2.4" ``` My vue-file: ``` I am a ~~tast~~ **test**. import VueMarkdown from 'vue-markdown' export default { components: {...

won't able to recognize vuetify/lib after install :(

I was wondering if there was a simple way to modify the rules. E.g.: - Change it so it is `*bold*` and `_italic_` - Make a `#n`, where n is...

Text with .py suffix renders it as a link

My code : ```js import VueMarkdown from 'vue-markdown' import fileMd from 'raw-loader!../README.md' export default { name: 'app', // extends: mdFile.vue.component, components: { VueMarkdown }, data() { return { fileContent: '##...