All Projects → rstudio → markdown

rstudio / markdown

Licence: other
The first generation of Markdown rendering for R (born in 2012). Now R Markdown usually means the *r*markdown package instead of *markdown*. The repo for the former is at https://github.com/rstudio/rmarkdown

Programming Languages

r
7636 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
Makefile
30231 projects

Projects that are alternatives of or similar to markdown

Commonmark Ext Table
The table extension for CommonMark PHP implementation
Stars: ✭ 128 (+100%)
Mutual labels:  commonmark
Commonmark
Highly-extensible PHP Markdown parser which fully supports the CommonMark and GFM specs.
Stars: ✭ 2,128 (+3225%)
Mutual labels:  commonmark
Markdig
A fast, powerful, CommonMark compliant, extensible Markdown processor for .NET
Stars: ✭ 2,730 (+4165.63%)
Mutual labels:  commonmark
Mdme
Self-rendering Markdown content
Stars: ✭ 140 (+118.75%)
Mutual labels:  commonmark
Markdown It
Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed
Stars: ✭ 12,638 (+19646.88%)
Mutual labels:  commonmark
Tui.editor
🍞📝 Markdown WYSIWYG Editor. GFM Standard + Chart & UML Extensible.
Stars: ✭ 14,016 (+21800%)
Mutual labels:  commonmark
Flexmark Java
CommonMark/Markdown Java parser with source level AST. CommonMark 0.28, emulation of: pegdown, kramdown, markdown.pl, MultiMarkdown. With HTML to MD, MD to PDF, MD to DOCX conversion modules.
Stars: ✭ 1,673 (+2514.06%)
Mutual labels:  commonmark
Lute
🎼 一款对中文语境优化的 Markdown 引擎,支持 Go 和 JavaScript。A structured Markdown engine that supports Go and JavaScript.
Stars: ✭ 222 (+246.88%)
Mutual labels:  commonmark
Commonmark
Create, parse, and render Markdown text according to the CommonMark specification
Stars: ✭ 147 (+129.69%)
Mutual labels:  commonmark
Lute
🎼 一款结构化的 Markdown 引擎,支持 Go 和 JavaScript。
Stars: ✭ 211 (+229.69%)
Mutual labels:  commonmark
Texme
Self-rendering Markdown + LaTeX documents
Stars: ✭ 1,970 (+2978.13%)
Mutual labels:  commonmark
Vditor
♏ 一款浏览器端的 Markdown 编辑器。
Stars: ✭ 1,742 (+2621.88%)
Mutual labels:  commonmark
Vditor
♏ 一款浏览器端的 Markdown 编辑器,支持所见即所得(富文本)、即时渲染(类似 Typora)和分屏预览模式。An In-browser Markdown editor, support WYSIWYG (Rich Text), Instant Rendering (Typora-like) and Split View modes.
Stars: ✭ 3,773 (+5795.31%)
Mutual labels:  commonmark
Editor.md
The open source embeddable online markdown editor (component).
Stars: ✭ 11,741 (+18245.31%)
Mutual labels:  commonmark
Commonmark.py
Python CommonMark parser
Stars: ✭ 215 (+235.94%)
Mutual labels:  commonmark
Commonmark Java
Java library for parsing and rendering CommonMark (Markdown)
Stars: ✭ 1,675 (+2517.19%)
Mutual labels:  commonmark
Markdown
CommonMark-compliant markdown parser and renderer in Go. This repository has moved to https://gitlab.com/golang-commonmark/markdown
Stars: ✭ 180 (+181.25%)
Mutual labels:  commonmark
koino
CommonMark + GFM compatible Markdown parser and renderer
Stars: ✭ 81 (+26.56%)
Mutual labels:  commonmark
Markdownlint
A Node.js style checker and lint tool for Markdown/CommonMark files.
Stars: ✭ 2,828 (+4318.75%)
Mutual labels:  commonmark
Markdownui
Render Markdown text in SwiftUI
Stars: ✭ 207 (+223.44%)
Mutual labels:  commonmark

Markdown rendering for R

R-CMD-check

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].