- Different levels of headings
- You can display headings from levels 1 to 6 by adding the corresponding number of hashtags and a space at the beginning of the line
# This will display as a first-level heading
###### This will display as a sixth-level heading
- Tags
- Can be added in the header area (YAML) or in the body, just need one hashtag and the tag content
#This is a tag, note the difference from a first-level heading (no space)
- Italics
- Enclose the content to be italicized with a single asterisk or underscore on each side
*This will be displayed in italics*
_This will also be displayed in italics_
- Bold
- Enclose the content to be bolded with double asterisks or underscores on each side
**This will be displayed in bold**
__This will also be displayed in bold__
- Strikethrough
- Enclose the content to be struck through with double tildes on each side
~~This will display strikethrough~~
- Horizontal rule
- Start a new line and input three or more hyphens or asterisks, this will create a horizontal rule and may cause a page break in slides
---
- Unordered list
- Start a line with a hyphen and a space, you can also use a plus sign, pressing Enter will automatically create an unordered list
- This is an unordered list
+ This is also an unordered list
- Ordered list
- Start a line with a number, a period, and a space, pressing Enter will automatically create an ordered list without needing to continue numbering
1. This is an ordered list
- Display as blockquote
- Start a line with a greater than sign, you can add a space or not, followed by the quoted text
>This will display as a blockquote
> This will also display as a blockquote
- Indentation and outdent
- When the cursor is inside a paragraph, pressing Tab will indent the paragraph, and pressing shift+Tab will outdent it
This will be indented, the number of characters for indentation can be set in Obsidian