Created
July 20, 2012 22:45
-
-
Save Btibert3/3153724 to your computer and use it in GitHub Desktop.
Slidify Attempt
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
--- | |
# My First Slide |
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
``` | |
--- | |
### Slide 1 ### | |
This is an unordered list | |
- Point 1 | |
- Point 2 | |
- Point 3 | |
- Point 4 | |
``` | |
--- | |
returns this: | |
> slidify('index.Rmd') | |
processing file: index.Rmd | |
|>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>| 100% | |
ordinary text without R code | |
output file: /Users/brock/Dropbox/markdown-testing/mydeck/index.md | |
Error in renderMarkdown(text = raw_md, renderer.options = markdownExtensions()) : | |
Input error! | |
In addition: Warning messages: | |
1: In if (nchar(vars$header) > 0) { : | |
the condition has length > 1 and only the first element will be used | |
2: In renderMarkdown(text = raw_md, renderer.options = markdownExtensions()) : | |
Input text is zero length! |
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
--- | |
### Slide 1 ### | |
This is an unordered list | |
- Point 1 | |
- Point 2 | |
- Point 3 | |
- Point 4 | |
Returns this.... | |
> slidify('index.Rmd') | |
processing file: index.Rmd | |
|>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>| 100% | |
ordinary text without R code | |
output file: /Users/brock/Dropbox/markdown-testing/mydeck/index.md | |
Error in renderMarkdown(text = raw_md, renderer.options = markdownExtensions()) : | |
Input error! | |
In addition: Warning message: | |
In renderMarkdown(text = raw_md, renderer.options = markdownExtensions()) : | |
Input text is zero length! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try this