Page 4

This is a test page to test out some markdown support and other plugins.

Mermaid Support

mermaid-svg

graph LR
install[Install Plugin]
install --> configure[Configure Plugin]
configure --> draw[Draw Fancy Diagrams]

Ascii Drawing Support

bob-svg

*----->
 o->  Basic shapes
                                                        .
       +------+   .------.    .------.      /\        .' `.
       |      |   |      |   (        )    /  \     .'     `.
       +------+   '------'    '------'    '----'     `.   .'
         _______            ________                   `.'   ^ /
        /       \      /\   \       \      ---->    | ^     / /
       /         \    /  \   )       )     <----    | |    / v
       \         /    \  /  /_______/               v |
        \_______/      \/

        .-----------.       .   <.      .>  .          ^  \
       (             )     (      )    (     )          \  \
        '-----+ ,---'       `>   '      `  <'            \  v
              |/


 o->  Quick logo scribbles
        .---.                      _
       /-o-/--       .--.         |-|               .--.
    .-/ / /->       /--. \     .--)-|    .--.-.    //.-.\
   ( *  \/         / O  )|     |  |-|    |->| |   (+(-*-))
    '-.  \        /\ |-//      .  * |    '--'-'    \\'-'/
       \ /        \ '+'/        \__/                '--'
        '          '--'

Graphviz Dot Support

dot-svg

strict graph {
  a -- b
  a -- b
  b -- a [color=blue]
}

H1

This is an example of an h1

H2

This is an example of an h2

H3

This is an example of an h3

H4

This is an example of an h4

H5

This is an example of an h5

H6

This is an example of an h6

Code Example
{
  "foo": "potato",
  "bar": "potato"
}
Table Example
NameTypeDescription
FooAnyAllows Foo. The foo name MUST be bar. The value can be null.
FooAnyAllows Foo. The foo name MUST be bar. The value can be null.
FooAnyAllows Foo. The foo name MUST be bar. The value can be null.
FooAnyAllows Foo. The foo name MUST be bar. The value can be null.
FooAnyAllows Foo. The foo name MUST be bar. The value can be null.
Emoji example

👍 🐶

Previous

Next