Default Commands
When the user types some reserved words, it triggers a command in the text editor. This can be used to create custom units of content like checkboxes, H1, H2, H3, H4 and many other options. The current supported commands are:
| Comand | Action | Position |
|---|---|---|
| "-[] " | Check item | At the start of line |
| "- " | Unordered list item | At the start of line |
| "# " | H1 text | At the start of line |
| "## " | H2 text | At the start of line |
| "### " | H3 text | At the start of line |
| "#### " | H4 text | At the start of line |