You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explain the problem.
I'm converting a bunch of HTML files with associated metadata into epubs (The real-world case is https://www.rfc-editor.org/rfc/rfc3098.html). I've encountered a warning that implies that pandoc is trying to apply some of the tex_math_dollars magic to the metadata-file and switching it off explicitly for the source format does not help. I assume this is not intentional, but if it is I'd like a way to turn it off, please (I'm generating the metadata files, having to guess what kind of magic I have to ward against would be a PITA ;-) ).
string scalars in the metadata file will always be parsed as Markdown. (If the input format is Markdown or a Markdown variant, then the same variant will be used to parse the metadata file; if it is a non-Markdown format, pandoc’s default Markdown extensions will be used.)
You can backslash-escape the $s and it should be fine.
Explain the problem.
I'm converting a bunch of HTML files with associated metadata into epubs (The real-world case is https://www.rfc-editor.org/rfc/rfc3098.html). I've encountered a warning that implies that pandoc is trying to apply some of the
tex_math_dollars
magic to the metadata-file and switching it off explicitly for the source format does not help. I assume this is not intentional, but if it is I'd like a way to turn it off, please (I'm generating the metadata files, having to guess what kind of magic I have to ward against would be a PITA ;-) ).Pandoc version?
The text was updated successfully, but these errors were encountered: