Demo Preview
This website is currently in development. Some of the content may not be finished or working
โ๏ธ Headers
H1 Header
H2 Header
H3 Header
H4 Header
๐ค Text Styles
- Italic
- Bold
Strikethrough- ==Highlight==
Inline code
๐ Lists
Unordered List
- Item 1
- Nested Item A
- Nested Item B
- Item 2
Ordered List
- First
- Second
- Third
๐ฏ Task List
- Feature 1
- Feature 2
- Feature 3
๐งพ Table
Feature | Supported | Notes |
---|---|---|
Markdown | โ | Standard support |
Mermaid | โ | Diagrams supported |
Alerts | โ | Built-in styling |
โ ๏ธ Alerts
This is a note.
Be careful! Something could go wrong.
Danger zone ahead!
Success! Youโve done it.
๐ป Code Blocks
1
2
# Bash example
npm install
1
2
def hello():
print("Hello, world!")
๐ Badge
NEW!
Deprecated
๐ผ๏ธ Images
๐บ YouTube Embed
๐ฝ Details Block (Collapse)
Click to expand!
This content is hidden inside a collapsible block.
๐ง Mermaid Diagram
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;