Learn R Programming

⚠️There's a newer version (1.12) of this package.Take me there.

Markdown rendering for R

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

The main function mark() renders Markdown to various output formats supported by commonmark; mark_html() is a wrapper function to render Markdown to HTML, and mark_latex() is a wrapper function for LaTeX output. Options controlling output and supported Markdown extensions can be optionally specified.

To learn more about Markdown syntax see: https://github.github.com/gfm/

This package is referred to as R Markdown v1 when combined with knitr. The primary output format is HTML. In 2014, we introduced R Markdown v2, which is based on Pandoc and knitr, and supports many more types of output formats. Please see https://rmarkdown.rstudio.com for details.

License

The markdown package is licensed under the GPLv2.

Copy Link

Version

Install

install.packages('markdown')

Monthly Downloads

332,694

Version

1.3

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

October 29th, 2022

Functions in markdown (1.3)

rpubsUpload

Upload an HTML file to RPubs
smartypants

Convert some ASCII strings to HTML entities
markdown

Markdown rendering for R
markdownExtensions

Deprecated
html_format

R Markdown output formats
mark

Render Markdown to an output format
markdown_options

Markdown rendering options
renderMarkdown

Functions in markdown before v1.3.