Features
📋 Supported Features
Feature | Syntax Example |
---|---|
Headings | # H1 ~ ###### H6 |
Bold | **bold** |
Italic | *italic* |
Strikethrough | ~~strikethrough~~ |
Inline Code | `code` |
Link | [text](url) |
Image |  |
Bullet List | - Bullet List |
Ordered List | 1. Ordered List |
Bullet Task List | - [ ] Bullet Task List |
Ordered Task List | 1. [ ] Ordered Task List |
Blockquote | > Blockquote |
Horizontal Rule | --- |
Code Block | ```javascript console.log("Hello PurrMD"); ``` |