This article helps you to learn about how to use the Markdown feature.
Markdown is a quick way to enter text with formatting, allowing you to write documents smoothly and at one stretch For example, #space, you can quickly enter a title.
Markdown you should know about:
Heading 1: # [space]
Heading 2: ## [space]
Heading 3: ### [space]
Heading 4: #### [space]
Heading 5: ##### [space]
Heading 6: ###### [space]
Heading 7: ####### [space]
Heading 8: ######## [space]
Heading 9: ######### [space]
Numbered list: 1. [space] (also supports starting a list with any number, such as "5. [space].")
Bulleted list: - [space] or * [space]
To-do list: [ ] [space]
Increase indent: Tab
Recrease indent: Shift+Tab
Quote: > [space]
Code: `Code`
Bold: **ext** [space]
Italic: *ext* [space]
Underline: ~ext~ [space]
Strikethrough: ~~ext~~ [space]
Divider: --- or ***
You can learn more from the guide by clicking ? icon - Keyboard shortcuts, or just press ⌘+/ or Ctrl+/.