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.
| Page | Covers |
|---|---|
| Text formatting | Paragraphs, emphasis, inline code, escaping, typography |
| Headings | Levels, anchors, and how the title interacts with the body |
| Lists | Ordered, unordered, nested, and task lists |
| Links and images | Links, autolinks, images |
| Blockquotes and rules | Quoting and horizontal rules |
| Tables | GFM tables and column alignment |
| Footnotes | Footnotes 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.