Use #
to define your section headers and sub-headers.
The more ##
you have, the next level of sub-headers it will be assigned to.
If you want to include a table of contents based on your section headers…
You might want to link to a section or subsection within the same Quarto document.
Assign a section ID to the header
The document will then show a hyperlink to the cross-referenced section.
It can be useful to display content in columns.
::: {.columns}
::: {.column}
Content for first column.
:::
::: {.column}
Content for second column.
:::
:::
Content for first column.
Content for second column.
::: {.columns}
::: {.column width=25%}
+ item 1
+ item 2
:::
::: {.column width=75%}
![](link-to-image.png){fig-alt="Alt text for image"}
:::
:::
{{fig-alt=“Banner for USCOTS 2023 conference slogan – communicating with / about data” width=“80%”}
::: {.columns}
::: {.column width=33%}
Column 1
:::
::: {.column width=33%}
Column 2
:::
::: {.column width=33%}
Column 3
:::
:::
Column 1
Column 2
Column 3
Using callouts can draw attention to certain text or indicate supplemental content.
There are five types of callouts: note
, warning
, important
, tip
, and caution
.
Here is a reminder note.
Callouts provide a simple way to attract attention, for example, to this warning.
Danger, callouts will really improve your writing.
Here is something under construction.
::: {.callout-caution collapse="true"}
## Expand To Learn About Collapse
This is an example of a 'folded' caution callout that can be expanded by the user.
:::
Many more callout customization can be explored here.
You might want readers to toggle between content.
Footnotes can be useful for providing additional information without taking away from the existing content
Here is a footnote reference1
One of the reasons I would use the visual editor!
You might have information you want to put in the margins of a document.
And so much more on article layouts.
Providing students with notes or tips separate from the regular content.