Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Bold text and also bold
Italic text and also italic
Bold and italic and also bold and italic
Strikethrough
Highlight
Blockquote line one Blockquote line two
Nested blockquote
- Unordered item
- Unordered item
- Nested item
- Nested item
- Deep nested item
- Ordered item
- Ordered item
- Nested ordered
- Nested ordered
- Ordered item
- Unchecked task
- Checked task
- Another task
- Nested done
- Nested pending
inline code
const greet = name => { return `Hello, ${name}!`;};console.log(greet("Obsidian"));def fibonacci(n): a, b = 0, 1 for _ in range(n): a, b = b, a + b return aecho "Hello, World!"ls -la ~/Documents./index/ (Internal link)
embedded-note (not supported)
| Name | Role | Status |
|---|---|---|
| Alice | Designer | Active |
| Bob | Developer | Idle |
| Carol | PM | Active |
| Left aligned | Centered | Right aligned |
|---|---|---|
| Apple | Banana | Cherry |
| One | Two | Three |
Footnote reference1 and another one2.
Here is a sentence with a highlighted phrase inside it.
Here is text with an ^[inline footnote] embedded directly.
#tag #nested/tag #another-tag #tag_123
This is a note callout.
This is a tip callout.
This is a warning callout.
This is a danger callout.
This is an info callout.
This is a success callout.
This is a question callout.
This is an example callout.
This is a quote callout.
Content
Collapsible closed by default This content is hidden until expanded.
Content
Collapsible open by default This content is visible but collapsible.
Use [[note]] to link.
Two trailing spaces
force a line break.
First paragraph.
Second paragraph after a blank line.
Abbreviations are not supported.
_[HTML]: Hyper Text Markup Language.
_[W3C]: World Wide Web Consortium.
This is a marked word and this is a subscript and this is a ^superscript^.
The following is a comment shouldn’t render in preview mode.
Mermaid diagrams are supported.
graph TD
A[Start] --> B{Decision}
B -->|Yes| C[Do this]
B -->|No| D[Do that]
graph TD
A["Node A"]:::tooltip
click A callback "This is a tooltip"
Lift() can be determined by Lift Coefficient () like the following
equation.
- Line one
- Line two
- Sub-line A
- Sub-line B
- Line three
- Step one
- Step two
- Step three
First blockquote block.
Second blockquote block.
Multiline blockquote continues here and ends here.