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
When doing a markdown conversion to PDF I see different behavior in terms of UTF 8 conversion between -f github and -f markdown_github. It looks like markdown_github is choking on Emojii expressions that generate extended ASCII characters.
The error I get:
inputenc Error: Unicode char 😄 (U+1F604)
(inputenc) not set up for use with LaTeX.
The error is caused by this markdown in the document:
markdown_github includes the emoji extension. which translates e.g. :smile: to the corresponding unicode char. That unicode char in turns is probably not supported by pdflatex. try --latex-engine=xelatex, see #2523
When doing a markdown conversion to PDF I see different behavior in terms of UTF 8 conversion between
-f github
and-f markdown_github
. It looks like markdown_github is choking on Emojii expressions that generate extended ASCII characters.The error I get:
The error is caused by this markdown in the document:
your favorite browser preview pages. :smile:
So this works:
this doesn't:
The text was updated successfully, but these errors were encountered: