Basics

This section covers the two standard layers of LibreTimes Markdown: CommonMark, the Markdown specification itself, and GFM (GitHub Flavored Markdown), the set of extensions popularized by GitHub. Everything here behaves the way it does on any other Markdown platform – documents written for GitHub, Obsidian, or a static site generator carry over unchanged.

PageCovers
Text formattingParagraphs, emphasis, inline code, escaping, typography
HeadingsLevels, anchors, and how the title interacts with the body
ListsOrdered, unordered, nested, and task lists
Links and imagesLinks, autolinks, images
Blockquotes and rulesQuoting and horizontal rules
TablesGFM tables and column alignment
FootnotesFootnotes and where they render

If you already write Markdown, skim the Headings page (one LibreTimes-specific rule lives there) and move on to Mathematics and the extensions.