Docs Example Page

This page is used for showing off plugins and styling available in this mdbook instance.

Its best to view the raw markdown source of this page, which you can do using the button in the top right and clicking ‘Code’ instead of ‘Preview’ on GitHub.

markdown

Best to look at a general markdown guide for this! There’s a lot.

bold

italic

strikethrough

templates

You can also pass args into a template invocation which are interpolated into the page by mdbook-template. See their docs for more info

\{\{#template {link to template file}\}\}

Out of Date

The information in this page is likely outdated and may no longer be relevant.

Work in Progress

This page is a work in progress! Some information may be incomplete or outdated.

Stub

This page is a stub and likely doesn’t include enough useful information. You can help us by expanding it.

admonishments

All available admonishment types.

To use an admonishment:

```admonish {type} "{text you want as title, or leave blank}"
description
```

Note

Abstract

Info

Tip

Success

Question

Warning

Failure

Danger

Bug

Example

Quote

latex

\[ \mu = \frac{1}{N} \sum_{i=0} x_i \]

mermaid

graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;

Subpages