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...