1 + 1
In our project we use kableExtra
or gtsummary
packages to generate stylish dynamic tables instead of native markdown table.
| Col1 | Col2 | |------|------| | a | 1 | | b | 2 |
data.frame(Col1 = c("a", "b"), Col2=1:2) |> kableExtra::kbl(align = "c", ) |> kableExtra::kable_classic_2() |> kableExtra::kable_styling(full_width = F)
This is a cross-reference \@ref()
italic bold
centered text
this is a link.
::: note
code function(...)
:::
::: theory Some guy once said: Hello. :::
::: package
plumber
is API for web apps
:::
::: question
this is a test(hi)
:::
::: community this is an interactive element :::
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.