GH-900 · Question #20
What best describes Markdown?
The correct answer is A. Markup language. Markdown is a lightweight markup language. It uses plain-text syntax (e.g., # for headings, ** for bold, - for lists) that is then rendered into formatted HTML. It is not a programming language (it has no logic or computation), not a scripting language (it cannot execute…
Question
What best describes Markdown?
Options
- AMarkup language
- BProgramming language
- CScripting language
- DVersion control system
- EContainerization solution
How the community answered
(28 responses)- A89% (25)
- C7% (2)
- E4% (1)
Explanation
Markdown is a lightweight markup language. It uses plain-text syntax (e.g., # for headings, ** for bold, - for lists) that is then rendered into formatted HTML. It is not a programming language (it has no logic or computation), not a scripting language (it cannot execute commands), not a version control system, and not a containerization solution. GitHub uses Markdown extensively in README files, Issues, Pull Requests, and Discussions.
Topics
Community Discussion
No community discussion yet for this question.