Documentation

This is a placeholder page that shows you how to use this template site.

Header 1

Header 2

Header 3

Header 4

Callout title

Text

Bold text

Italic Text

Strike through

Un-ordered list:

  • Item 1
  • Item 2
  • Item 3

Ordered list:

  1. Item 1
  2. Item 2
  3. Item 3
echo "Some code goes here";
ParamDescription
heightSee above.
colorSee above.
typeSpecify “container” (the default) if you want a general container, or “row” if the section will contain columns – which must be immediate children.
alert('zz');
echo('zz');
data: "Value"

PlantUML

PlantUML web-site

participant participant as Foo
actor       actor       as Foo1
boundary    boundary    as Foo2
control     control     as Foo3
entity      entity      as Foo4
database    database    as Foo5
collections collections as Foo6
queue       queue       as Foo7
Foo -> Foo1 : To actor
Foo -> Foo2 : To boundary
Foo -> Foo3 : To control
Foo -> Foo4 : To entity
Foo -> Foo5 : To database
Foo -> Foo6 : To collections
Foo -> Foo7: To queue

Markmap

# markmap

## Links

- <https://markmap.js.org/>
- [GitHub](https://github.com/gera2ld/markmap)

## Related

- [coc-markmap](https://github.com/gera2ld/coc-markmap)
- [gatsby-remark-markmap](https://github.com/gera2ld/gatsby-remark-markmap)

## Features

- links
- **inline** ~~text~~ *styles*
- multiline
  text
- `inline code`
-
    ```js
    console.log('code block');
    ```
- Katex - $x = {-b \pm \sqrt{b^2-4ac} \over 2a}$
Last modified November 10, 2023: Formatting samples for English docs (02e6687)