Code Review Markdown Syntax

Rhythm uses the following markdown syntax for Code Review Comments:

Headings
# heading 1
## heading 2
Bold
**bold**
Italic
_italic_
List
* bullet 1
Inline Code
`inline code`
Multi code
``` [Enter key] your text [Enter key] ```