markdown
UK[ˈmɑːk.daʊn]US[ˈmɑːrk.daʊn]
n
A lightweight markup language for creating formatted text using a plain-text editor.
n
The text content formatted using this language.
Morpheme Breakdown
mark
down
mark
down
Etymology
The term 'markdown' is a modern compound, originating in the early 2000s from the computing world. It is formed from the common English verb 'mark,' meaning to annotate or designate, and the adverb 'down,' suggesting the action of writing something down or simplifying it. The name was chosen by its creator, John Gruber, to describe a syntax that allows text to be "marked up" for formatting but in a manner that is more intuitive and "down-to-earth" than complex markup languages like HTML. Thus, the literal sense of "writing marks down" evolved into the abstract, technical meaning of a specific plain-text formatting syntax.
Analysis
Structure: mark + down
- mark (verb): From Old English 'mearcian' (to trace out boundaries, to make a sign). Functional role: The core action of applying a notation or tag.
- down (adverb): From Old English 'dūn' (hill, downward). Functional role: Indicates direction or result, here implying the action of marking reduces or annotates the text.
Examples
I wrote the documentation in markdown for easier readability.
The blog platform supports posts written in markdown.
You can convert your markdown file to a PDF or HTML document.