131 lines
2.4 KiB
Markdown
131 lines
2.4 KiB
Markdown
---
|
|
title: "This is a page"
|
|
description: ""
|
|
date: 2018-09-14
|
|
updated: 2021-02-20
|
|
draft: false
|
|
---
|
|
|
|
{% row() %}
|
|
|
|
# Reimagine your world
|
|
|
|
<br/>
|
|
|
|
test
|
|
|||
|
|
|
|

|
|
|
|
{% 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() %}
|
|
|
|

|
|
|
|
|||
|
|
|
|
# Reimagine your world
|
|
|
|
<br/>
|
|
|
|
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 %}
|