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
  • Standard Markdown Link
  • Obsidian internal link: [0-Inbox/Obsidian]({< ref “/posts/0-inbox/obsidian/” >}})
  • Obsidian link with alias: [0-Inbox/Obsidian|Custom Text]({< ref “/posts/0-inbox/obsidian|custom-text/” >}})
  • Obsidian section link: [0-Inbox/Obsidian#Themes]({< ref “/posts/0-inbox/obsidian#themes/” >}})
  • Obsidian section link with alias: [0-Inbox/Obsidian#Themes|Alias Text]({< ref “/posts/0-inbox/obsidian#themes|alias-text/” >}})
  • Mixed content: Regular and [../0-Inbox/Obsidian Export to HUGO]({< ref “/posts/../0-inbox/obsidian-export-to-hugo/” >}})
  • Obsidian section link display content:
    Obsidian#Themes

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]({< ref “/posts/cpu-architecture/” >}}) and [Memory Models]({< ref “/posts/memory-models/” >}}).

This note should link back from other notes using related.

Tags

#testing #markdown #obsidian