Style Guide
A live preview of every supported formatting element.
Headings
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Inline Text
Regular paragraph with bold text, italic text, and bold italic. You can also write inline code and a hyperlink.
Internal Links
A linked page: Example Note. A broken link: Unpublished Note. A linked page (embed): Example Note.
Blockquote
This is a blockquote. It can contain italic and bold text.
Multiple paragraphs work too.
Lists
Unordered
- First item
- Second item
- Nested item
- Another nested item
- Third item
Ordered
- First item
- Second item
- Nested item
- Another nested item
- Third item
Highlight
This sentence contains highlighted text using the Obsidian == syntax.
Code Block
function greet(name: string): string {
return `Hello, ${name}!`
}
console.log(greet('world'))
Table
| Element | Syntax | Notes |
|---|---|---|
| Bold | **text** |
Also supports __text__ |
| Italic | *text* |
Also supports _text_ |
| Highlight | ==text== |
Obsidian extension |
| Wikilink | [[Title]] |
Resolved against active vault |
Image
Comment Blocks
%%This is a single-line comment block.%%
%%
This is a multi-line comment block.
It stays visible here so prompts remain
readable when sharing.
%%