This File contains all the markdown formatting which include generic markdown as well as obsidian specific markdown.

Markdown Conversion Test

Headings

H1

H2

H3

H4

H5
H6

Text Formatting

  • Italic
  • Italic
  • Bold
  • Bold
  • Bold Italic
  • Strikethrough

Lists

  • Unordered list
    • Nested item
      • Deeper item
  1. Ordered list
  2. Second item
    1. Sub-item
    2. Sub-item

Images

  • Markdown image: No image should be seen here
  • Obsidian image:
    paper-egg-with-bunny-ears
  • Obsidian image relative path:
    paper-egg-with-bunny-ears

Code

Inline code example.

Code Block

def hello():
	print("Hello, world!")

Blockquote

This is a quote.

  • Author

Table

Column AColumn BColumn C
A1B1C1
A2B2C2

Horizontal Rule


Task List

  • Incomplete Task

  • Completed Task

Refer to: CPU Architecture and Memory Models.

This note should link back from other notes using related.

Tags

#testing #markdown #obsidian

Callouts

Foldable Quote

Multiline

Can callouts be nested?
Yes!, they can.
You can even use multiple layers of nesting.