Markdown Help

MD2Card supports standard Markdown syntax and some extensions. Use the following syntax to create rich card content:

Basic Syntax

ElementSyntax
Heading# Heading level 1
## Heading level 2
### Heading level 3
Bold**bold text**
Italic*italic text*
Strikethrough~~strikethrough text~~
Highlight^highlighted text^
Link[link text](https://www.example.com)
Image![alt text](image.jpg)
Divider---

Special Features

Use three hyphens (---) to split content into multiple cards:

# First Card Title
This is content for the first card

---

# Second Card Title
This is content for the second card

Colored Text

Use special syntax to create colored text:

:red{red text}
:blue{blue text}
:green{green text}
:yellow{yellow text}
:purple{purple text}

Additional Tips

Images can have width and height set, e.g.: ![description|400x300](image-url)