Skip to content

Instantly share code, notes, and snippets.

@jonocarroll
Last active March 10, 2017 01:48
Show Gist options
  • Save jonocarroll/889ba1a4a24aaf933ce7b21b03b6caaf to your computer and use it in GitHub Desktop.
Save jonocarroll/889ba1a4a24aaf933ce7b21b03b6caaf to your computer and use it in GitHub Desktop.
Emoticons in rmarkdown (which interprets direct HTML)
---
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
@jonocarroll
Copy link
Author

jonocarroll commented Mar 10, 2017

emoticon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment