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
- Nested item
- Ordered list
- Second item
- Sub-item
- Sub-item
Links
- Standard Markdown Link
- Obsidian internal link: Obsidian
- Obsidian link with alias: Custom Text
- Obsidian section link: Obsidian#Themes
- Obsidian section link with alias: Alias Text
- Mixed content: Regular and Obsidian Export to HUGO
- Obsidian section link display content:
Images
- Markdown image:

- Obsidian image:

- Obsidian image relative path:

Code
Inline code example.
Code Block
def hello():
print("Hello, world!")
Blockquote
This is a quote.
- Author
Table
| Column A | Column B | Column C |
|---|---|---|
| A1 | B1 | C1 |
| A2 | B2 | C2 |
Horizontal Rule
Task List
Incomplete Task
Completed Task
Frontmatter Related Testing
Refer to: CPU Architecture and Memory Models.
Backlinks Test
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.