Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rstudio/markdown
The first generation of Markdown rendering for R (born in 2012), based on commonmark. Note that this package is markdown, not *rmarkdown*.
https://github.com/rstudio/markdown
commonmark markdown r
Last synced: 3 months ago
JSON representation
The first generation of Markdown rendering for R (born in 2012), based on commonmark. Note that this package is markdown, not *rmarkdown*.
- Host: GitHub
- URL: https://github.com/rstudio/markdown
- Owner: rstudio
- License: other
- Created: 2012-03-30T15:27:29.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T19:37:21.000Z (5 months ago)
- Last Synced: 2024-07-29T09:21:14.569Z (3 months ago)
- Topics: commonmark, markdown, r
- Language: R
- Homepage: https://cran.r-project.org/package=markdown
- Size: 837 KB
- Stars: 85
- Watchers: 49
- Forks: 78
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - rstudio/markdown - The first generation of Markdown rendering for R (born in 2012), based on commonmark. Note that this package is markdown, not *rmarkdown*. (R)
README
# Markdown rendering for R
[![R-CMD-check](https://github.com/rstudio/markdown/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rstudio/markdown/actions/workflows/R-CMD-check.yaml)
[![CRAN
release](https://www.r-pkg.org/badges/version/markdown)](https://cran.r-project.org/package=markdown)## Overview
Markdown is a plain-text formatting syntax that can be converted to HTML or
other formats. This package provides wrappers based on the
[commonmark](https://github.com/r-lib/commonmark) package.Please note that this package is no longer actively developed. New development
will continue only in [the **litedown**
package](https://github.com/yihui/litedown), which is a new implementation of R
Markdown.## License
The **markdown** package is licensed under MIT.