Mar 10, 2021 Markdown is a formatting language that is created for the web. The purpose of markdown is to make life easy when we are writing on the internet. Over time there are many flavors of markdown created. But in this article, our focus will be mainly on Github Flavored Markdown (GFM). Github is based on CommonMark. There are a lot of additional. GitHub Flavored Markdown. View the source of this content. Let's get the whole 'linebreak' thing out of the way. The next paragraph contains two phrases separated by a single newline character: Roses are red Violets are blue. The next paragraph has the same phrases, but now they are separated by two spaces and a newline character: Roses are red. Remarkable is one of the best Markdown editors available for Linux. This article takes a detailed look at this tiny but awesome GitHub flavored Markdown editor. Markdown is a lightweight and simple Markup language. It allows you to create good looking documents using a plain text format.
R/github_document.R
Format for converting from R Markdown to GitHub Flavored Markdown.
Arguments
toc |
|
---|---|
toc_depth | Depth of headers to include in table of contents |
number_sections |
|
fig_width | Default width (in inches) for figures |
fig_height | Default height (in inches) for figures |
dev | Graphics device to use for figure output (defaults to png) |
df_print | Method to be used for printing data frames. Valid valuesinclude 'default', 'kable', 'tibble', and 'paged'. The 'default' methoduses a corresponding S3 method of |
includes | Named list of additional content to include within thedocument (typically created using the |
md_extensions | Markdown extensions to be added or removed from thedefault definition or R Markdown. See the |
hard_line_breaks |
|
pandoc_args | Additional command line options to pass to pandoc |
html_preview |
|
keep_html |
|
Value
R Markdown output format to pass to render
Github Flavored Markdown Strikethrough
Details
Github Flavored Markdown Editor
See the onlinedocumentation for additional details on using the github_document
format.