Markdown Substitutions
Markdown is a lightweight markup language that you can use to add formatting elements to plaintext text documents. Mimestream supports “markdown substitutions” in the composing editor, replacing markdown formatting as you type with the HTML equivalent.
Supported Substitutions
- Bold:
**Bold**
- Italic:
*Italic*
or_Italic_
- Bold + Italic:
***Bold And Italics***
- Quote Block:
>
at the start of a line - Inline Code:
`code`
- Code Block:
```
on a blank line - Bulleted List:
*
at the start of a line, followed by a space - Numbered List:
1.
at the start of a line, followed by a space - Dashed List:
-
at the start of a line, followed by a space
When substitutions are made, they can be reverted by via the standard Undo command (⌘
+Z
).
Disabling Markdown substitutions
To permanently disable Markdown substitutions from occurring:
- Open a new compose window
- Click on the body field to focus input
- Using the top main menu, select
Edit > Substitutions
and uncheckMarkdown
to disable all Markdown substitutions except for List substitutions. To disable List substitutions, uncheckSmart Lists
.