# Markdown **Domain:** Publishing / Plain Text / Knowledge Systems **Doc Type:** Canonical Concept Node **Maturity:** Foundational **Related:** [[wiki/Executable Markdown|Executable Markdown]], [[wiki/Semantic Annotation|Semantic Annotation]], [[wiki/Folder-Native Architecture|Folder-Native Architecture]] --- ## Definition **Markdown is a lightweight plain-text notation that adds readable structure to documents without making them dependent on a particular editor or publishing system.** Headings, lists, links, quotations, code, and metadata remain inspectable even when no renderer is available. ## Project Context In [[projects/AutoSites - Folder-Native Publishing and Distribution|AutoSites]], Markdown is the durable authoring interface from which pages, quotes, passages, posters, search records, and feeds can be derived. In [[projects/XDO - Executable Markdown and Portable Workflows|XDO]], it is also an application surface capable of carrying validated workflow instructions. Its importance is therefore architectural: writers retain a portable source while replaceable hosts create different views and behaviors. ## Historical Continuity Markdown is a continuous architectural element across every recovered Bryant McGill CMS lineage inspected so far, including WordChirp, Markbox, the BryantMcGill vdev branch, and current AutoSites. WordChirp's 2014 description as “powered by Google Docs” referred to an adoption adapter rather than a different content model. Its Cloud Settings accepted a Google Doc ID and offered a Sync control. The server exported the document as plain text, normalized it, preserved it as a `.googledoc` sidecar, appended it to the associated local collection, and processed the combined text through the same writer-markup and Markdown publishing pipeline. Writers could remain in a familiar Google Docs interface while the interoperable representation underneath remained Markdown. This was a deliberate response to adoption resistance: **adapt the interface to the writer without surrendering the portable source format**. See [[projects/AutoSites - Folder-Native Publishing and Distribution#What “powered by Google Docs” meant|What “powered by Google Docs” meant]]. ## Key Insight **Markdown is small enough for a writer to own and structured enough for software to operate upon.** ## See Also [[wiki/Executable Markdown|Executable Markdown]], [[wiki/Derived Artifact|Derived Artifact]], [[wiki/Filesystem as Source of Truth|Filesystem as Source of Truth]], [[wiki/Technical Terms|Technical Terms]]