testxlog

testxlog

What basic Markdown syntax do you need to understand when using Obsidian?

  • Different levels of headings
    • You can display headings from levels 1-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 with 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 as 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 presentation mode
---
  • Unordered list
    • Start the line with a hyphen and a space, you can also use a plus sign, pressing Enter will automatically format it as an unordered list
- This is an unordered list
+ This is also an unordered list
  • Ordered list
    • Start the line with a number, a period, and a space, pressing Enter will automatically format it as an ordered list, no need to continue numbering
1. This is an ordered list
  • Blockquote
    • Start the 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
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.