How to use literal values ​​of special characters in vim plugin vimwiki?
某草草
某草草 2017-05-16 16:42:30
0
1
1113

For example, I want to generate a piece of text like this:

` is a backtick, ` is a special character.

But the output html will convert `` into a <code> tag. The output content will be:

is a backtick, is a special character.

Does vimwiki have escape characters? How can I output the literal meaning?

-------------------------------------------------- ----------------------------------
ps: Do not use { { { and } } } to add <pre> tags outside the content.

Already referenced:
Issue 62: How to escape special char?
Code Environments and Escape Mechanis...

某草草
某草草

reply all(1)
Peter_Zhu
\`是一个反引号,\`是一个特殊字符.

Reading documentation is a good habit...

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template