Skip to content
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

Emojis not rendering consistently in markdown #56

Open
LarkRanger opened this issue Sep 16, 2019 · 3 comments
Open

Emojis not rendering consistently in markdown #56

LarkRanger opened this issue Sep 16, 2019 · 3 comments

Comments

@LarkRanger
Copy link

I want to insert a few emojis into my rmarkdown document.
However, when I knit my document in the emojis won't render.
In this example the chunk render doesn't work but the inline one does:

    Example for not rendering:

    ``` {r}
    library(emo)
    emo::ji('smile')
    ```
    
    Inline example:
    `r emo::j('smile')`

enter image description here
But then here the inline doesn't work as well:

<font color='skyblue'>*Hey, you! Marine biologist! I have need of your services!  
A sea turtle begins its life amidst great danger, and not very many of them make it to the water. See, I'm working on a big budget movie - think "Saw", but with turtles. Anyway, let's make some realistic numbers of turtles for me to... **keep alive.***</font> `r emo::ji('turtle')`

enter image description here

I've updated everything I could think of (R, Rstudio, all markdown-related packages) but alas, and so I come here to look for answers.

@patarol
Copy link

patarol commented Aug 4, 2020

Same here. Using macOS Catalina (10.15.6) and R 4.0.2

@Kinzel
Copy link

Kinzel commented Mar 16, 2021

Try to copy and paste the emotes. 😀

Use this page to copy them https://github.com/hadley/emo

@quantitative-technologies

When I copy & paste into RStudio these are either black & white, or empty squares.

Does this mean there is a problem with my installation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants