vue-markdown
vue-markdown copied to clipboard
A Powerful and Highspeed Markdown Parser for Vue
I am just beginner, have a doubt in mind . Can I style the markdown heading, paragraph, text, ?
Hi, I found that when I import `VueMarkdown` and use the \ tag, vue-markdown will report an error if the json data returned by the api interface is null. **detail.vue**...
启动项目时控制台报错: babel-runtime/core-js/get-iterator in ./node_modules/vue-markdown/dist/vue-markdown.common.js babel-runtime/core-js/object/keys in ./node_modules/vue-markdown/dist/vue-markdown.common.js 按照提示安装时同样报错
代码 ``` import Mgr from '@/components/mgr/Mgr' import VueMarkdown from 'vue-markdown' export default { name: "WebDoc", components: {Mgr, VueMarkdown}, data() { return { mdText: '# aaa' } }, } ``` ...
I installed with `npm i --save vue-markdown` In my code Vue Typescript I have: ``` i am a ~~tast~~ **test**. import {VueMarkdown} from 'vue-markdown'; @Component({ components: {VueMarkdown} }) export default...
Obviously the following code ``` [contact us](/contact) ``` gets translated into ``` contact us ``` Without `vue-markdown` I could write ``` contact us ``` which will use client side routing...
I use your library with [electron-vue](https://github.com/SimulatedGREG/electron-vue). When I run DEV mod - all is well. But after building production version I get an error ```javascript Uncaught Error: Cannot find module...
待解析文本(不包含代码块的反引号):`**this is a (*) bug**` [markdown-it](https://markdown-it.github.io/)得到的样式为:**this is a (*) bug** [vue-markdown](https://miaolz123.github.io/vue-markdown/)得到的样式为:  即在加粗的`**(*)**` 括号内的 `*` 会被错误解析。经测试,如果没有括号的话 `*` 会被正常解析。
yarn does not require a parameter --save
Hey, I was trying to reimplement this library without Vue for the browser and saw that this depends on [markdown-it-katex](https://github.com/waylonflinn/markdown-it-katex), which is a library [(abandoned a long time ago)](https://github.com/waylonflinn/markdown-it-katex/issues/23), you...