markdown - Markdown rendering for R
RForge.net

markdown

About markdown
GIT access
Download/Files
News
Check results
Package R docs

GIT repository access

The GIT repository for this project can be cloned using
git clone --recursive https://github.com/rstudio/markdown.git markdown
see also markdown GitHub repository.

To install the latest development snapshot of this package, use

install.packages("markdown",,"http://rforge.net/",type="source")

Binaries (if avalable) can be installed using

install.packages("markdown",,"http://rforge.net/")

Most recent GIT commits


9f399c39| Yihui Xie | Sat Sep 13 12:19:40 2014 -0500
tweak doc
 M       R/renderMarkdown.R
 M       man/renderMarkdown.Rd

71da4cc3| Yihui Xie | Fri Sep 5 14:57:50 2014 -0500
just let it fail if `file` is not specified and `text` is not character
 M       R/renderMarkdown.R

1f56aced| Yihui Xie | Fri Sep 5 14:57:12 2014 -0500
text should be one single character string
 M       R/renderMarkdown.R

50b7871a| Yihui Xie | Fri Sep 5 13:40:36 2014 -0500
bump version
 M       DESCRIPTION

1cdcd9b2| Yihui Xie | Fri Sep 5 13:40:20 2014 -0500
roxygenize
 M       man/renderMarkdown.Rd