Markdown in Comments
Format your comments and notes using Markdown — bold, italics, lists, links, and more.
Aliada comment boxes support Markdown. Use it to format feedback clearly.
Text formatting
| Format | Syntax | Result |
|---|---|---|
| Bold | **text** | text |
| Italic | _text_ | text |
| Strikethrough | ~~text~~ | |
| Inline code | `code` | code |
Lists
Unordered:
- First item
- Second item
- Third item
Ordered:
1. First step
2. Second step
3. Third step
Links
[link text](https://url.com)
Headings
## Section heading
### Sub-heading
Blockquote
> This is a quote or reference
Code block
```
your code here
``` Admin Notes Private