MD2Card supports standard Markdown syntax and some extensions. Use the following syntax to create rich card content:
Element | Syntax |
---|---|
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 |  |
Divider | --- |
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
Use special syntax to create colored text:
:red{red text}
:blue{blue text}
:green{green text}
:yellow{yellow text}
:purple{purple text}
Images can have width and height set, e.g.: 