knitr::opts_chunk$set(echo = TRUE)

一级标题

::: {custom-style="标题1-编号"}

带编号的一级标题

:::

::: {custom-style="NoIndent"} 无缩进段落。 :::

二级标题

::: {custom-style="标题2-数字编号"}

带数字编号的二级标题

:::

::: {custom-style="标题2-中文编号"}

带中文编号的二级标题

:::

三级标题

::: {custom-style="标题3-编号"}

带编号的三级标题

:::

首段,由于是中文,需要首行缩进。

正常段落,首行缩进

summary(cars)

表格样例表\@ref(tab:tab-test)

knitr::kable(head(cars), caption = "First few lines of dataset cars", digits = 2)

::: {custom-style="标题2-编号"}

带编号的二级标题

:::

::: {custom-style="标题2-编号-换页"}

带编号的二级标题2

:::

插图样例:

plot(pressure)
cat("\n\n")
plot(head(pressure))


Blockhead-yj/report.iqz documentation built on March 18, 2022, 5:30 a.m.