Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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*.

Awesome Lists containing this project

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.