Formatting text in TeuxDeux
TeuxDeux users can format text in a few different ways:
Markdown
Use markdown to style a selection of text or make links clickable. You can also highlight text and style with the formatting toolbar.
- *italic*
- **bold**
- <http://example.com>
- [hyperlink](http://example.com)
- # Subheader
- --- to make a new line
Formatting Toolbar
With the formatting toolbar, you can quickly choose from formatting without having to remember the Markdown library.
Shortcut Keys
And if neither of those are your cup of tea, there's always the ol' faithful keyboard shortcuts.
For MacOS:
- Command (⌘) + B: Bold
- Command (⌘) + I: Italic
- Command (⌘) + K: Insert hyperlink
For Windows:
- Ctrl + B: Bold
- Ctrl + I: Italic
- Ctrl + K: Insert hyperlink