Keyboard Shortcuts
In addition to manually clicking editor buttons that add markdown lists etc, you can do the same using keyboard shortcuts. Below you can find a list of available shortcuts.
CTRL + b - add bold
CTRL + i - add italic
CTRL + u - add underline
typing 1. and pressing space - will create a numbered list
typing - and pressing space - will create a dot list
typing **text** and pressing space - text
typing *text* and pressing space - text
typing __text__ and pressing space - text
typing _text_ and pressing space - text