knitr::opts_chunk$set(echo = TRUE)

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Paragraphs

This is a paragraph. Text can be bold, italic, or both. You can include links like so, https://github.com/shunsambongi/wordpress, or with alternate text like so, Github. Inline code looks like this data.frame(x = 1:10, y = 1:10).

Multiple paragraphs will become multiple blocks.

Code Chunks

Code chunks look like this:

summary(cars)

Plots

You can also embed plots, for example:

plot(pressure)

Quotes

This is a quote

It has multiple paragraphs Or something

Nested block quotes are not allowed and are removed :(

-- Shun

Lists

Tables

No caption

knitr::kable(head(iris))

With caption

knitr::kable(head(iris), caption = "iris")

Manually with caption

One | Two
--- | ---
1   | 2

Table: test

One | Two --- | --- 1 | 2

Table: test



shunsambongi/wordpress documentation built on Aug. 19, 2020, 12:10 a.m.