Obsidian Formatting Test
This is a comprehensive test of various markdown formatting options in Obsidian.
Headers
H1
H2
H3
H4
H5
H6
Text Formatting
- Bold text using double asterisks or double underscores: bold.
- Italic text using single asterisks or single underscores: italic.
- Bold and italic using triple asterisks or underscores: bold and italic.
Strikethroughusing double tildes.Inline codeusing backticks.- Highlighted text using double equals signs.
- HTML superscript: superscript.
- HTML subscript: subscript.
testing tabs this should be tabbed and tabbed and tabbed and tabbed and tabbed and tabbed.
tabbed no more.
tabbed again.
tabbed no more
tag
Lists
Unordered Lists
- Item 1
- Item 2
- Nested item 2.1
- Nested item 2.2
- Item 3
Ordered Lists
- First item
- Second item
3. Nested ordered item 2.1
4. Nested ordered item 2.2 - Third item
Task Lists
- Unchecked task
- Checked task
Links
External Links
Internal Links
Images
Local image:
Blockquotes
This is a blockquote.
It can span multiple lines.Nested blockquote.
hmmmtest
not nested
Human beings face ever more complex and urgent problems, and their effectiveness in dealing with these problems is a matter that is critical to the stability and continued progress of society
Doug Engelbart, 1961trist
testing multiple citations with multiple lines
like
so
Code Blocks
Inline code: console.log("Hello World")
testing text after the inline to work on formatting.
Multiline code block with language specification:
function hello() {
console.log("Hello from code block");
}
Plain text code block:
This is a plain code block.
No syntax highlighting.
Horizontal Rules
Three dashes.
Three asterisks.
Three underscores.
Tables
| Header 1 | Header 2 | Header 3 |
|---|---|---|
| Cell 1 | Cell 2 | Cell 3 |
| Cell 4 | Cell 5 | Cell 6 |
| Left-aligned | Center-aligned | Right-aligned |
| This is left | This is center | This is right |
Footnotes
Here is a sentence with a footnote reference.[1]
Another footnote reference.[2]
Mathematical Formulas
Inline math:
Display math:
Emojis
:smile: :heart: :rocket:
Or directly use emojis: 😀 ❤️ 🚀
Highlighting
This text is highlighted
Callouts
Note Test
notes
Abstract Test
abstract
Info Test
info
Todo Test
todo
Tip Test
tip
Success Test
success
Question Test
answer
Warning Test
warning
Failure Test
failure
Danger Test
danger
Bug Test
bug
Example Test
example
Quote Test
quote
title-less auto populates by type
nested
Warning
nested
Combining Formats
Bold with italic inside and code inside bold.
Strikethrough with bold and italic.
Special Characters
Escape characters: *asterisk*, _underscore_, `backtick`, [bracket], etc.
Embedding Files
Embedded note:
Testing embedded note. This has been embedded from Embedded Note