nerdexam
Microsoft

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…

Working with GitHub Repositories

Question

What best describes Markdown?

Options

  • AMarkup language
  • BProgramming language
  • CScripting language
  • DVersion control system
  • EContainerization solution

How the community answered

(28 responses)
  • A
    89% (25)
  • C
    7% (2)
  • E
    4% (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

#Markdown#Markup language#Documentation#GitHub

Community Discussion

No community discussion yet for this question.

Full GH-900 Practice