Reference

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

FormatSyntaxResult
Bold**text**text
Italic_text_text
Strikethrough~~text~~text
Inline code`code`code

Lists

Unordered:

- First item
- Second item
- Third item

Ordered:

1. First step
2. Second step
3. Third step
[link text](https://url.com)

Headings

## Section heading
### Sub-heading

Blockquote

> This is a quote or reference

Code block

```
your code here
```