emo icon indicating copy to clipboard operation
emo copied to clipboard

Emoji doesn't show up in Rmarkdown upon Shiny-server rendering

Open ewijaya opened this issue 7 years ago • 1 comments

I have the following Rmarkdown code, which uses this great emo(ji) package.

---
title: "My First Shiny"
runtime: shiny
output: 
  flexdashboard::flex_dashboard:
    orientation: rows
    vertical_layout: scroll
---


```{r setup, include=FALSE}
```


Rows {data-height=800}
-----------------------------------------------------------------------

### Section1 `r strrep(emo::ji("heart_eyes_cat"), 5)`

Some text

In my Rstudio IDE it has no problem generating this:

enter image description here

As highligted in the image the emoji failed to show up in my local Shiny-server.

How can I enable it?

ewijaya avatar Jul 06 '17 12:07 ewijaya

Which browser are you using to display the app. I think it is more likely to be the browser's issue.

romainfrancois avatar Aug 11 '17 09:08 romainfrancois