Formatting text
: - for emoji | # - link to a task | @ - for mentioning |
Emoji
Similarly when you type ":" you will activate the Emoji autocomplete.
Link to task
Type # and you will start referencing a task, find it by id or name.
@mention
Typing '@' will open the mention dropdown where you can find a user from your project. Mentioning someone will send this user a notification.
Markdown
Headers
# This is an <h1> tag ## This is an <h2> tag ###### This is an <h6> tag<br>
Emphasis
**bold** _italics_ *italics* ~~strike~~ >quote
Lists
Unordered
* Item 1 * Item 2 * Item 2a * Item 2b<br>
Nested
1. Item 1 1. Item 2. Item 2. Item 2 * Item * Item.<br>
Images
![Some image](https://ora.pm/img/logo.png)<br>
Links
https://ora.pm - automatic! [Ora](https://ora.pm)<br>
Blockquotes
As Kanye West said: > We're living the future so > the present is our past.<br>
Tables
| Tables | Are | Cool | | -------- |:------:| ----:| | **bold** | right? | $160 | | col 2 is | *centr*| $12 | | zebra | ~~st~~ | $1 |
Code with Highlighting
Supports most languages
```javascript console.log(); ```