Error Undefined control sequence
when converting markdown to PDF
#10277
Labels
Undefined control sequence
when converting markdown to PDF
#10277
Hello 👋🏻
ℹ️ I have just opened an issue to mermaid-filter (issue 134) but it might actually be a
pandoc
issue rather than amermaid-filter
one. Just in case, I'm posting the same issue here as well.The issue
When trying to convert a markdown file with Mermaid content to PDF using the
mermaid-filter
project, I encountered the following error :It seems that the problem is related to the following part of the markdown file :
When I remove that section, the PDF is generated correctly.
Example of problematic file
Here is the markdown file that produces the error (
test.md
) :And here is a modified version that works (
test_ok.md
) :Step to reproduce
Create a markdown file (test.md)
Run the following command
Observe the error
Environnement
Expected behavior
The file should be converted to PDF without errors.
The text was updated successfully, but these errors were encountered: