Reputation: 382
I was given a markdown file in which math symbols are written as \(\lambda\)
for "λ", for instance. I was also told that that's the Github-flavored markdown. So, I tried
pandoc -o tmp.pdf -f gfm mydocument.md
and got a PDF file in which the symbol was rendered as "(\lambda)". Is this a bug in the gfm
filter or do I need to specify some other options?
Edit: I got the file from ChatGPT. It claims that it's github-flavored markdown, but that could be misinformation.
Upvotes: -1
Views: 41