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 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
tags outside the content.Already referenced:
Issue 62: How to escape special char?
Code Environments and Escape Mechanis...
Reading documentation is a good habit...