Typography

Headings

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Text

::: {.lead} This is a lead paragraph. It stands out from regular paragraphs. :::

You can use the mark tag to highlight text.

~~This line of text is meant to be treated as deleted text.~~

This line of text will render as underlined.

This line rendered as bold text.

This line rendered as italicized text.

This ^text or number^ rendered as ^superscript^.

UNHCR

Full link https://pagedown.rbind.io/

Inline one my link

A well-known quote, contained in a blockquote element.

Someone famous in Source Title

A well-known quote, contained in a blockquote element.

Some inline code example

Some code in code block example

Lists

Tables

knitr::kable(head(iris),
             table.attr = "class=\'table\'",
             format = "html",
             caption = "Population of concern to UNHCR for the last 5 years")
knitr::kable(head(iris),
             table.attr = "class=\'table table-striped\'",
             format = "html",
             caption = "Population of concern to UNHCR for the last 5 years")

Tabs

Results {.tabset}

Tab One

Content of tab 1

Tab Two

Content of tab 2

{-}

With the above unnumbered ({-}) and empty section header, we can end the tabset and continue to write more paragraphs.

Results {.tabset .tabset-pills}

Tab One

Content of tab 1

Tab Two

Content of tab 2

{-}

With the above unnumbered ({-}) and empty section header, we can end the tabset and continue to write more paragraphs.

Buttons



vidonne/unhcrdown documentation built on June 1, 2025, 11:02 p.m.