Created
March 23, 2016 11:41
-
-
Save sainathadapa/d91509a164373ccec70b to your computer and use it in GitHub Desktop.
'<!-- -->' in markdown output
This file contains 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: "test" | |
output: | |
md_document: | |
variant: markdown_github | |
--- | |
```{r pressure, echo=FALSE} | |
plot(pressure) | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment