-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emoji support in markdown_github #2523
Comments
Thank you! 👏 |
This doesn't seem to be working when converting to PDF with
The same problem also appears with xetex. I'm using Pandoc 1.15.2 |
Please provide a minimal input file that allows the problem
to be reproduced. I just tried using a markdown file with
`:smile:` and `--latex-engine=xelatex`. It compiled fine
and gave me a PDF, though not a smile -- because the font
I'm using doesn't contain a glyph for that unicode code
point.
|
I enclosed the minimal document for inspection: Please let me know, if this is what you're looking for. Also, is there some version of Texlive required? I'm using the packages available in Ubuntu 14.04. EDIT: I tried to convert |
To simplify things: the input
suffices to reproduce the issue. |
Looks like there's an issue with |
OK, I've fixed a bunch of bugs in the emoji character definitions. |
Thanks a lot, I will try it soon. |
Hmm. I still have no rendering of emojis when using this. Even with --latex-enginge=xelatex. No errors, but just renders as white space. |
@eivindml probably your font doesn't have that character... |
+++ Eivind Lindbråten [Feb 22 17 04:38 ]:
Hmm. I still have no rendering of emojis when using this. Even with
--latex-enginge=xelatex. No errors, but just renders as white space.
Very likely the reason is that the font you're using doesn't
have glyphs for these emoji characters. Try with
`--verbose`; you should see some messages about this.
|
@eivindml the following might work:
|
I tried
but got this error:
|
As the message indicates, you need to use a font that actually has this glyph. (See |
GitHub / GFM supports emoji and it would be nice to have a Pandoc extension for it.
The text was updated successfully, but these errors were encountered: