Learn to say popular lightweight markup and document language names correctly.
0 / 5 completed
1 / 5
How is Markdown (lightweight markup language for formatting plain text) correctly pronounced?
Markdown is pronounced 'MARK-down' — 'mark' plus 'down', both plain English words. In a technical interview: "Markdown let the whole team write documentation without ever touching raw HTML."
2 / 5
How is AsciiDoc (markup language similar to Markdown, but with richer document features) correctly pronounced?
AsciiDoc is pronounced 'AS-kee-dok' — 'ASCII' said the usual way, plus 'doc', short for document. In a technical interview: "AsciiDoc handled the multi-part technical manual's cross-references far better than plain Markdown could."
3 / 5
How is reStructuredText (markup language widely used in Python documentation, often abbreviated reST) correctly pronounced?
reStructuredText is pronounced 'ree-STRUK-churd tekst' — 're-' plus 'structured text', read as ordinary English. In a technical interview: "reStructuredText powered the Sphinx docs, complete with cross-referenced API pages generated from the source."
4 / 5
How is Org-mode (Emacs markup language and outlining system for notes and documents) correctly pronounced?
Org-mode is pronounced 'ORG mohd' — 'org', short for organization, plus 'mode' said plainly. In a technical interview: "Org-mode let me fold entire sections of my notes, so only the task I was working on stayed visible."
5 / 5
How is LaTeX (typesetting markup system widely used for academic and technical documents) correctly pronounced?
LaTeX is pronounced 'LAH-tekh' — the final syllable like the Greek letter chi, not a hard 'x' sound. In a technical interview: "LaTeX numbered every equation and cross-reference automatically across the whole thesis."