Loading...
Loading...
Compare original and translation side by side
This skill is based on Quarto CLI v1.8.26.
本技能基于Quarto CLI v1.8.26版本。
---
title: "Document Title"
author: "Author Name"
date: today
format: html
---
Content goes here.------
title: "Document Title"
author: "Author Name"
date: today
format: html
---
Content goes here.---::: {.class-name}
Content inside the div.
:::This is [important text]{.highlight}.::: {.class-name}
Content inside the div.
:::This is [important text]{.highlight}.|fig-capfig.cap#|%%|//|```{r}
#| label: fig-example
#| echo: false
#| fig-cap: "A scatter plot example."
plot(x, y)
```| Option | Description | Values |
|---|---|---|
| Evaluate code | |
| Show code | |
| Include output | |
| Show warnings | |
| Show errors | |
| Include in output | |
execute:
echo: false
warning: false|fig-capfig.cap#|%%|//|```{r}
#| label: fig-example
#| echo: false
#| fig-cap: "A scatter plot example."
plot(x, y)
```| 选项 | 描述 | 可选值 |
|---|---|---|
| 执行代码 | |
| 显示代码 | |
| 包含输出内容 | |
| 显示警告信息 | |
| 显示错误信息 | |
| 在输出中包含单元格 | |
execute:
echo: false
warning: false@fig-#| label: fig-plot@fig-plottbl-#| label: tbl-data@tbl-datasec-{#sec-intro}@sec-introeq-{#eq-model}@eq-model```{r}
#| label: fig-plot
#| fig-cap: "A caption for the plot."
plot(1)
```
See @fig-plot for the results.@fig-#| label: fig-plot@fig-plottbl-#| label: tbl-data@tbl-datasec-{#sec-intro}@sec-introeq-{#eq-model}@eq-model```{r}
#| label: fig-plot
#| fig-cap: "A caption for the plot."
plot(1)
```
See @fig-plot for the results.notewarningimportanttipcaution::: {.callout-note}
This is a note callout.
:::
::: {.callout-warning}notewarningimportanttipcaution::: {.callout-note}
This is a note callout.
:::
::: {.callout-warning}
Details: [references/callouts.md](references/callouts.md)
详情:[references/callouts.md](references/callouts.md){#fig-name fig-alt="Alt text"}::: {#fig-group layout-ncol=2}
{#fig-sub1}
{#fig-sub2}
Main caption for the group.
:::{#fig-name fig-alt="Alt text"}::: {#fig-group layout-ncol=2}
{#fig-sub1}
{#fig-sub2}
Main caption for the group.
:::::: {#tbl-example}
| Column 1 | Column 2 |
| -------- | -------- |
| Data 1 | Data 2 |
Table caption.
:::::: {#tbl-example}
| Column 1 | Column 2 |
| -------- | -------- |
| Data 1 | Data 2 |
Table caption.
:::According to @smith2020, the results show...
Multiple citations [@smith2020; @jones2021].bibliography: references.bib
csl: apa.cslAccording to @smith2020, the results show...
Multiple citations [@smith2020; @jones2021].bibliography: references.bib
csl: apa.csltitle: "My Report"
author: "Your Name"
date: today
format:
html:
toc: true
code-fold: true
theme: cosmotitle: "My Report"
author: "Your Name"
date: today
format:
html:
toc: true
code-fold: true
theme: cosmotitle: "My Report"
format:
pdf:
documentclass: article
papersize: a4title: "My Report"
format:
pdf:
documentclass: article
papersize: a4---
title: "My Presentation"
format: revealjs
------
title: "My Presentation"
format: revealjs
---undefinedundefined_quarto.ymlproject:
type: website
website:
title: "My Site"
navbar:
left:
- href: index.qmd
text: Home
- href: about.qmd
text: About
format:
html:
theme: cosmo_quarto.ymlproject:
type: website
website:
title: "My Site"
navbar:
left:
- href: index.qmd
text: Home
- href: about.qmd
text: About
format:
html:
theme: cosmo