13 Contribution Guide

This page contains some conventions and tips for writing material for this book.

13.1 Custom blocks

There are a number of custom blocks that can be used for highlighting salient information throughout the text. The code inside the corresponding block below can be used to insert different standout boxes:

::: {.box .tldr}
This is a tl;dr
:::
::: {.box .note}
This is a note
:::
::: {.box .hint}
This is a hint
:::
::: {.box .important}
This is an important
:::
::: {.box .warning}
This is a warning
:::