Is backslash c special? #11430
Closed
torstenberg
started this conversation in
General
Replies: 1 comment 1 reply
-
|
You can try I.e., the You can avoid this by disabling the raw_tex extension via |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
using Pandoc 3.8.3 , this
*a\\b\c*converts to<p>*a\b</p>. I would have expected<p><em>a\bc<em></p>.Not many renderers do it this way but there is also no consensus: babelmark.github.io
Is
\csomehoe special or what am I doing wrong here?Beta Was this translation helpful? Give feedback.
All reactions