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: [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:
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]({< ref “/posts/cpu-architecture/” >}}) and [Memory Models]({< ref “/posts/memory-models/” >}}).
Backlinks Test
This note should link back from other notes using related
.
Tags
#testing #markdown #obsidian