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.


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

Ordered

  1. First item
  2. Second item
    1. Nested item
    2. Another nested item
  3. 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

Placeholder 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. %%