Book Shortcodes

Columns #

Use Columns to place short, related content side by side.

go-html
{{< columns >}}
Left column
<--->
Right column
{{< /columns >}}
Left column
Right column

Hints #

go-html
{{% hint warning %}}
Read this before deploying.
{{% /hint %}}

Read this before deploying.

Tabs #

go-html
{{< tabs "install" >}}
{{% tab "npm" %}} npm install {{% /tab %}}
{{% tab "pnpm" %}} pnpm install {{% /tab %}}
{{< /tabs >}}
npm install
pnpm install

Details #

go-html
{{% details "Show more" %}}
Additional explanation goes here.
{{% /details %}}
Details

Additional explanation goes here.

Mermaid #

markdown
```mermaid
graph LR
  A --> B
```
graph LR
  A --> B

KaTeX #

markdown
```katex
E = mc^2
```
\[ E = mc^2 \]

Use $E = mc^2$ for inline math.