Which file extension is commonly used for Markdown files?
Answer.md
Markdown files usually end in .md, sometimes .markdown.
Coding · Facts & stats
7 fact-checked facts about Markdown, each with the reason behind it. 5 more are in today's round and join this page after it closes.
Answer.md
Markdown files usually end in .md, sometimes .markdown.
AnswerA top-level heading
One # makes a level-1 heading; ## makes level 2, and so on up to six.
AnswerA blockquote
The > character, borrowed from email quoting, marks a blockquote.
Answer[text](url)
Link text goes in square brackets, followed by the address in parentheses.
Answer
Image syntax is link syntax with an exclamation mark in front.
AnswerEnd the line with two or more spaces
The original syntax turns two or more trailing spaces into a line break without starting a new paragraph.
AnswerA specification that precisely defines Markdown syntax
CommonMark gives an unambiguous spec and test suite so different Markdown tools render text the same way.