miaolz123 / vue-markdown

A Powerful and Highspeed Markdown Parser for Vue
https://miaolz123.github.io/vue-markdown/
MIT License
1.89k stars 257 forks source link

How to make link not converted to tag 'a'. #91

Open lowesyang opened 5 years ago

lowesyang commented 5 years ago

I dont want to convert the link like [](...) to <a> , but when i set linkify to false, it does not work.

How can i do that?