search

Home  >  Q&A  >  body text

How to use literal values ​​of special characters in vim plugin vimwiki?

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

某草草某草草2740 days ago981

reply all(1)I'll reply

  • 天蓬老师

    天蓬老师2017-05-16 16:44:30

    \`是一个反引号,\`是一个特殊字符.

    Reading documentation is a good habit...

    reply
    0
  • Cancelreply