{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ''} Markdown Guide · stocknear

Markdown Guide

We use Markdown to format posts and comments on Stocknear. We support CommonMark and Github Flavored Markdown (with the exception of image tags and raw HTML).
Heading # heading
Bold **bold text**
Italic *italic text*
List - Item 1
- Item 2
Ordered list 1. Item 1
2. Item 2
Inline code `some inline code`
Code block ```
some code here
```
Link [link-text](https://en.wikipedia.org)
Blockquote > blockquote