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.12")



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.12, https://cran.r-project.org/web/packages/markdown
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)
Other packages that cited markdown R package
View markdown citation profile
Other R packages that markdown depends, imports, suggests or enhances
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

mistral  
Methods in Structural Reliability
Various reliability analysis methods for rare event inference (computing failure probability and qua ...
Download / Learn more Package Citations See dependency  
steepness  
Testing Steepness of Dominance Hierarchies
The steepness package computes steepness as a property of dominance hierarchies. Steepness is define ...
Download / Learn more Package Citations See dependency  
rdbnomics  
Download DBnomics Data
R access to hundreds of millions data series from DBnomics API (). ...
Download / Learn more Package Citations See dependency  
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  
critpath  
Setting the Critical Path in Project Management
Solving the problem of project management using CPM (Critical Path Method), PERT (Program Evaluation ...
Download / Learn more Package Citations See dependency  
ftaproxim  
Fault Tree Analysis Based on Proxel Simulation
Calculation and plotting of instantaneous unavailabilities of basic events along with the top event ...
Download / Learn more Package Citations See dependency  

22,114

R Packages

188,080

Dependencies

55,244

Author Associations

22,115

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns