Skip to content

Instantly share code, notes, and snippets.

@Btibert3
Created July 20, 2012 22:45
Show Gist options
  • Save Btibert3/3153724 to your computer and use it in GitHub Desktop.
Save Btibert3/3153724 to your computer and use it in GitHub Desktop.
Slidify Attempt
---
# My First Slide
```
---
### 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!
---
### 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!

My First Slide


@ramnathv
Copy link

Try this


---

# My First Slidify Deck


---

### Slide 1 ###

This is an unordered list 

- Point 1
- Point 2
- Point 3
- Point 4

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