www_tf_demo/content/apage.md
2022-03-14 11:20:24 +03:00

2.4 KiB

title description date updated draft
This is a page 2018-09-14 2021-02-20 false

{% row() %}

Reimagine your world


test |||

Image

{% end %}

{% row() %}

My example mermaid diagram

I wanted to use mermaid in this project, and it looks like this

|||

{% mermaid() %}

classDiagram Animal <|-- Duck Animal <|-- Fish Animal <|-- Zebra Animal : +int age Animal : +String gender Animal: +isMammal() Animal: +mate() class Duck{ +String beakColor +swim() +quack() } class Fish{ -int sizeInFeet -canEat() } class Zebra{ +bool is_wild +run() }

{% end %}

{% row() %}

Image

|||

Reimagine your world


Finally a framework fun to be used.

Am super happy about it

  • test
  • test2
    • internet
    • something
  • test3

{% end %}

{% admonition(title="Admonition test" type="note") %}

slipped outer exact open under people particularly growth feet amount steep there arrow introduced pencil distance possibly buffalo store former pound throughout equator column

{% end %}

{% admonition() %}

!!! note ""

slipped outer exact open under people particularly growth feet amount steep there arrow introduced pencil distance possibly buffalo store former pound throughout equator column

{% end %}

{% admonition() %}

??? note

slipped outer exact open under people particularly growth feet amount steep there arrow introduced pencil distance possibly buffalo store former pound throughout equator column

{% end %}

{% admonition() %}

???+ bug "Bug title"

slipped outer exact open under people particularly growth feet amount steep there arrow introduced pencil distance possibly buffalo store former pound throughout equator column

{% end %}

{% admonition() %}

!!! bug "Example title"

slipped outer exact open under people particularly growth feet amount steep there arrow introduced pencil distance possibly buffalo store former pound throughout equator column

{% end %}

{% admonition() %}

??? success "Example title"

slipped outer exact open under people particularly growth feet amount steep there arrow introduced pencil distance possibly buffalo store former pound throughout equator column

{% end %}

{% admonition() %}

!!! warning "Example title"

slipped outer exact open under people particularly growth feet amount steep there arrow introduced pencil distance possibly buffalo store former pound throughout equator column

{% end %}