Formatting notesΒΆ
Notes text is supporting rich text formatting by using the Markdown language.

To use Markdown when writing notes a special syntax is used.
Italic: | Example: *This is italicized*, and so is _this_. |
---|---|
Bold: | Example: **This is bold**, and so is __this__. |
Bold and italic: | This is ___bold and italic___. |
Basic links: | Here’s an inline link to [ftrack.com](http://www.ftrack.com/). |
Headers: | Example: # MY HEADER ### My subheader ## |
Rulers: | Insert a horizontal rule by putting three or more underscores on a line: ___ |
Lists: | Example: - Use a minus sign for a bullet + Or plus sign * Or an asterisk 1. Numbered lists are easy 2. ftrack keeps track of the numbers for you. 7. So this will be item 3. |

Note
By clicking the formatting icon above the notes text area you can get help with the syntax.
