How to escape dollar signs? #765
-
Originally posted at hexojs/hexo-renderer-pandoc#61. How to escape dollar signs if I don't want math formulas? Source code: $math$
\$escaped math\$
\\$double escaped math\\$
$html escaped math$
$<!---->comment escaped math<!---->$
<span>$</span>tag escaped math<span>$</span> I am using theme NexT with
pandoc:
args:
- "-f"
- "gfm"
- "-t"
- "html"
- "--mathjax"
math:
mathjax:
enable: true |
Beta Was this translation helpful? Give feedback.
Answered by
stevenjoezhang
May 9, 2024
Replies: 1 comment 8 replies
-
As answered in hexojs/hexo-renderer-pandoc#61 (comment)
|
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try this
This is the behavior of pandoc and is unrelated to the NexT theme.