Last active
March 10, 2017 01:48
-
-
Save jonocarroll/889ba1a4a24aaf933ce7b21b03b6caaf to your computer and use it in GitHub Desktop.
Emoticons in rmarkdown (which interprets direct HTML)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| title: "☢ FYI, rmarkdown allows direct HTML ☠" | |
| author: "⚛" | |
| date: "10 March 2017" | |
| output: html_document | |
| --- | |
| ```{r setup, include=FALSE} | |
| knitr::opts_chunk$set(echo = TRUE) | |
| ``` | |
| ## Emoticons in `rmarkdown` ☺ | |
| This may or may not be a good idea... ⛄ | |
| Don't forget inline <img src="http://pix.iemoji.com/images/emoji/apple/ios-9/256/thinking-face.png" width="20"> emoji |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.