Markdown
A plain-text formatting syntax designed to be readable as written, now the default for technical writing.
Markdown is a lightweight markup syntax created by John Gruber, designed so the source reads naturally without rendering. Its ubiquity comes from that property: it is legible in a terminal, diffable in version control, and convertible to almost anything.
Its weakness was ambiguity — the original had no specification and implementations disagreed. CommonMark fixed that, and most dialects are now extensions on top of it: tables, footnotes, task lists, and so on. MDX goes further and allows components to be embedded, which turns a document into something closer to a template.
Two authoring points are worth stating.
Fenced code blocks are delimited by a run of backticks, and a closing run must be at least as long as the opening one. That makes any system splicing untrusted text into markdown a correctness problem: content containing a long backtick run must be fenced with a longer one, and any truncation that re-closes a fence has to know the original width. A closing fence shorter than its opening is inert, and one unterminated block swallows everything after it.
Wrapping is the editor's job. Hard-wrapping paragraphs at a column turns every edit into a re-wrap diff; one paragraph per line keeps diffs meaningful.
See also6
Hand-picked in the note itself — the neighbours worth reading next.
Frontmatter
A metadata block at the top of a text document, separated from the body by delimiters.
Data & Content10 connections
Static Site Generation
Rendering every page to a file at build time, so serving is just handing over bytes.
Web Platform12 connections
Plain Language
Writing so that the intended reader can find, understand, and use the information the first time.
Meaning & Society14 connections
Wiki
A collection of interlinked pages that anyone with access can edit, named for the Hawaiian word for quick.
Meaning & Society11 connections
RSS
A syndication format letting readers subscribe to a site without an intermediary.
Data & Content10 connections
Subtitling
Timed text accompanying video, with conventions that differ deliberately from written prose.
Meaning & Society3 connections
Related3
Nearby in the graph rather than deliberately chosen. Looser, sometimes surprising.
Linked from9
Notes elsewhere in the wiki that reach for this one.
- Collective ActionMeaning & Society
Coordinated action toward a shared goal, and the free-rider problem that makes it hard.
- FrontmatterData & Content
A metadata block at the top of a text document, separated from the body by delimiters.
- Plain LanguageMeaning & Society
Writing so that the intended reader can find, understand, and use the information the first time.
- Rent StrikeMeaning & Society
Tenants collectively withholding rent to force negotiation with a landlord or policymaker.
- RSSData & Content
A syndication format letting readers subscribe to a site without an intermediary.
- Static Site GenerationWeb Platform
Rendering every page to a file at build time, so serving is just handing over bytes.
- SubtitlingMeaning & Society
Timed text accompanying video, with conventions that differ deliberately from written prose.
- WikiMeaning & Society
A collection of interlinked pages that anyone with access can edit, named for the Hawaiian word for quick.
- ZettelkastenMeaning & Society
A note-taking method built on small single-idea notes linked to one another.