Other packages > Find by keyword >

markdown  

Render Markdown with 'commonmark'
View on CRAN: Click here


Download and install markdown package within the R console
Install from CRAN:
install.packages("markdown")

Install from Github:
library("remotes")
install_github("cran/markdown")

Install by package version:
library("remotes")
install_version("markdown", "1.13")



Attach the package and use:
library("markdown")
Maintained by
Yihui Xie
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2012-04-05
Latest Update: 2023-08-23
Description:
Render Markdown to full and lightweight HTML/LaTeX documents with the 'commonmark' package. It also supports features that are missing in 'commonmark', such as raw HTML/LaTeX blocks, LaTeX math, superscripts, subscripts, footnotes, element attributes, appendices, and fenced 'Divs'. With additional JavaScript and CSS, it can also create HTML slides and articles.
How to cite:
Yihui Xie (2012). markdown: Render Markdown with 'commonmark'. R package version 1.13, https://cran.r-project.org/web/packages/markdown. Accessed 20 Nov. 2024.
Previous versions and publish date:
0.3 (2012-04-05 08:10), 0.4 (2012-04-11 08:03), 0.5.1 (2012-06-08 07:05), 0.5.2 (2012-06-26 06:35), 0.5.3 (2012-11-06 08:07), 0.5.4 (2013-01-25 07:42), 0.5.5 (2013-06-07 14:35), 0.5 (2012-05-31 15:01), 0.6.1 (2013-06-27 06:53), 0.6.3 (2013-07-29 07:51), 0.6.4 (2014-01-27 22:43), 0.6.5 (2014-03-30 08:09), 0.6 (2013-06-19 00:54), 0.7.2 (2014-07-25 07:43), 0.7.4 (2014-08-24 09:58), 0.7.7 (2015-04-22 22:33), 0.7 (2014-05-12 07:59), 0.8 (2017-04-20 11:07), 0.9 (2018-12-07 01:50), 1.0 (2019-06-07 21:00), 1.1 (2019-08-07 18:30), 1.2 (2022-10-19 16:02), 1.3 (2022-10-30 00:07), 1.4 (2022-11-16 13:10), 1.5 (2023-01-31 18:20), 1.6 (2023-04-07 21:30), 1.7 (2023-05-16 12:00), 1.8 (2023-08-23 02:10), 1.9 (2023-09-30 08:30), 1.10 (2023-10-10 07:20), 1.11 (2023-10-19 09:00), 1.12 (2023-12-06 01:20)
Other packages that cited markdown R package
View markdown citation profile
Other R packages that markdown depends, imports, suggests or enhances
Complete documentation for markdown
Functions, R codes and Examples using the markdown R package
Some associated functions: html_format . mark . markdown-package . markdown_options . renderMarkdown . rpubsUpload . smartypants . 
Some associated R codes: old.R . package.R . render.R . rmarkdown.R . rpubs.R . utils.R .  Full markdown package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
spinyReg  
Sparse Generative Model and Its EM Algorithm
Implements a generative model that uses a spike-and-slab like prior distribution obtained by multipl ...
Download / Learn more Package Citations See dependency  
aws  
Adaptive Weights Smoothing
We provide a collection of R-functions implementing adaptive smoothing procedures in 1D, 2D and 3D. ...
Download / Learn more Package Citations See dependency  
docreview  
Opinionated Documentation Checking
High quality documentation can make for a great experience for your users. You can use 'docreview' t ...
Download / Learn more Package Citations See dependency  
emon  
Tools for Environmental and Ecological Survey Design
Statistical tools for environmental and ecological surveys. Simulation-based power and precision an ...
Download / Learn more Package Citations See dependency  
ricu  
Intensive Care Unit Data with R
Focused on (but not exclusive to) data sets hosted on PhysioNet (), 'ricu' p ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA