You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Group tabs allow to select a tab for the whole page. As an example: If a page contains three group tabs with macOS and Windows as options and you select macOS for one section then all the sections on the page will switch to macOS.
::::{tabs}
:::{group-tab} macOS
text
:::
:::{group-tab} Windows
text
:::
::::
Regular tabs are limited to the section and doesn't affect any other tabs on the page.
::::{tabs}
:::{tab} Text 1
text
:::
:::{tab} Text 2
text
:::
Quotes and Code
```
This is a codeblock
```
this is in line code
> this is a single line Quote
Links und Downloadlinks
Add those inline into the text where needed.
[Formatting Cheat Sheet](Formatting_Cheat-Sheet)
{download}`Title<Download_Link>`
Admonitions
Admonitions are boxes with a colored background that highlight information. Available admonition types are: note, warning, tip, caution, attention, danger, error, hint, important, and seealso
:::{<type>}
text
:::
Admonitions can also be used with custom titles by using the format below.
:::{admonition} Custom Title
:class: tip
text
:::
Footnotes
This is a manually-numbered footnote definition. ↩