Welcome to Lettuce

#demo#intro

Welcome

Lettuce is a native macOS reader for Markdown vaults. This note exercises the renderer.

Start with A, which forms a circular chain: ABC → back to A. Here is a [link with an alias]the first note and a standard link.

A reference to a Nonexistent Note should resolve to nothing (broken link).

Formatting

Text can be bold, italic, struck through, or inline code. Math like $E = mc^2$ renders inline once KaTeX is wired.

This is a callout

Callouts use Obsidian’s > [!type] syntax.

Heads up

This one is a warning.

Just a plain blockquote, not a callout.

A table

Feature Status
Reading
Linking 🔜
Agent API 🔜

A task list

Code

let greeting = "hello"   // [[ThisIsNotAWikilink]] inside code stays literal
print(greeting)

See the diagrams/Flow note for a Mermaid diagram.