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 disable some md formatting? #30

Open Darkside73 opened 7 years ago

Darkside73 commented 7 years ago

For example code formatting

miaolz123 commented 6 years ago

enable markdown parse

**enable markdown parse**

**disable markdown parse**

\*\*disable markdown parse\*\*

I do not know if this is what you want to express.

Darkside73 commented 6 years ago

I'm saying not about escaping. I need to disable some markdown features, for example code formatting (to treat it as regular text without md parsing applied). Is it possible?

miaolz123 commented 6 years ago

It is possible only in code blocks, just like this:

# not head title

but, I don't think this is what you want, sorry ~