nerdexam
Microsoft

GH-900 · Question #103

When making comments in GitHub, the supported text language is:

The correct answer is B. Markdown. GitHub uses Markdown as its standard text formatting language across issues, pull request comments, commit messages, wikis, and discussion posts. Markdown allows users to format text with headers, bold, italics, code blocks, lists, and links using simple plain-text syntax…

Collaboration Features

Question

When making comments in GitHub, the supported text language is:

Options

  • AJSON.
  • BMarkdown.
  • CJavaScript.
  • DXML.
  • ECSS.

How the community answered

(35 responses)
  • B
    91% (32)
  • D
    3% (1)
  • E
    6% (2)

Explanation

GitHub uses Markdown as its standard text formatting language across issues, pull request comments, commit messages, wikis, and discussion posts. Markdown allows users to format text with headers, bold, italics, code blocks, lists, and links using simple plain-text syntax. GitHub supports GitHub Flavored Markdown (GFM), a superset of standard Markdown with extras like task lists and mentions.

Topics

#GitHub comments#Markdown#Text formatting#Communication

Community Discussion

No community discussion yet for this question.

Full GH-900 Practice