Formatting
Outline’s approach to documentation is that formatting should be focused on semantics and meaning rather than decorative elements. This approach helps to ensure that docs in your workspace stay consistent and readable – even on larger teams.
Toolbar

The formatting menu appears when selecting text
When you select text in the editor a toolbar will appear, this toolbar contains all the common inline formatting options you would expect. If you have commenting enabled, a control to add comments to a text selection will also be visible on the right of this toolbar.
Headings
Use headings to define sections of a document, you can do so up-to four levels deep through the formatting menus or using the # markdown syntax at the beginning of a line.
It is also possible to automatically number headings in a standard style – find the “Heading numbering” option at the bottom of the document menu to choose.

Supported heading numbering options
Inline formatting
bold
italic
strikethroughhighlighting in a variety of different colors
monospaceunderlined
LaTeX
Inline math formulas are supported through LaTeX syntax, wrap your formula in $ markers to trigger the correct formatting, like so:
LaTeX can also be used to achieve
Markdown
We support all Markdown elements in the text editor. Write in Markdown or paste it directly and it will be converted into rich text automatically. For example ** to apply bold, or ## at the beginning of a line for headings. If you’ve used other modern text editors you’ll feel at home.
For a full list of markdown syntax open the keyboard shortcut guide with ? or by clicking the keyboard icon that appears in the bottom right of the app when editing a document.
Keyboard shortcuts
For a full list of keyboard shortcuts open the keyboard shortcut guide with ? or by clicking the keyboard icon that appears in the bottom right of the app when editing a document.