Demo page #
This page contains available styles you can use when writing documentation. Enjoy!
Title 2nd#
Title 3rd#
Title 4th#
Bold text
Italic text
Highlighted text
Underlined text
Strikethroughed text
Inline Code text
# Inline code text with syntax highlight
def test()
Icons (e.g., , and ) and emojis (e.g., ,
and
) can be searched here

An image with caption
- Finished TODO
- Unfinished TODO
- Subitem TODO #1
- Subitem TODO #2
- Subitem TODO #3
-
Aenean pretium efficitur erat, donec pharetra, ligula non scelerisque
-
Bullet point lists
- Numbered lists
A reference to the footnote1
Tables, and also icons:
| Method | Description |
|---|---|
GET |
Fetch resource |
PUT |
Update resource |
DELETE |
Delete resource |
Flow charts, see here
graph LR
A[Start] --> B{Error?};
B -->|Yes| C[Hmm...];
C --> D[Debug];
D --> B;
B ---->|No| E[Yay!];
Sequence diagrams, see here
sequenceDiagram
autonumber
Alice->>John: Hello John, how are you?
loop Healthcheck
John->>John: Fight against hypochondria
end
Note right of John: Rational thoughts!
John-->>Alice: Great!
John->>Bob: How about you?
Bob-->>John: Jolly good!
ER diagrams, see here
erDiagram
CUSTOMER ||--o{ ORDER : places
ORDER ||--|{ LINE-ITEM : contains
LINE-ITEM {
string name
int pricePerUnit
}
CUSTOMER }|..|{ DELIVERY-ADDRESS : uses
Note
This is a fancy note.
A note with a title
This is a fancy note with a title.
This is a fancy note with no title.
Note
This is a fancy note that is collapsible and collapsed by default.
Note
This is a fancy note that is collapsible and expanded by default.
Abstract
This is a fancy abstract.
Tip
This is a fancy tip.
Info
This is a fancy info.
Success
This is a fancy success.
Warning
This is a fancy warning.
Failure
This is a fancy failure.
Danger
This is a fancy danger.
Bug
This is a fancy bug.
Example
This is a fancy example.
Quote
This is a fancy quote.
-
A footnote show at the bottom of the page ↩