Formatting reference
Everything the editor supports, in one place
tobi · · 1 min read
Regular paragraph with bold, italic, strikethrough, inline code, and a link.
Tables
Feature | Supported | Notes |
|---|---|---|
Tables | yes | now rendered and scrollable |
Task lists | yes | checkboxes preserved |
Footnotes | no | leaks raw syntax |
Task list
Something still to do
Something already done
Quote
A blockquote, which should sit quietly beside the prose.
Code
export async function derive(input: RillDoc): Promise<DerivedContent> {
const doc = normalizeDoc(input)
return { doc, html: await highlightCodeBlocks(docToHtml(doc)) }
}Lists
Ordered one
Ordered two
Bullet
Nested bullet