Formatting comments with markdown

Comments can be formatted with markdown using the following supported tags:

  • Anchor: To add a hyperlink.
MarkdownRendered Output
Markdown anchor tagRendered anchor tag
  • Bold / Strong
MarkdownRendered Output
Markdown bold/strong tagRendered bold/strong tag
  • Block Quote
MarkdownRendered Output
Markdown block quote tagRendered block quote tag
  • Code
MarkdownRendered Output
Markdown code tagRendered code tag
  • Italics
MarkdownRendered Output
Markdown italics tagRendered italics tag
  • Ordered lists: The numbers do not need to be in order but must always start with number 1.
MarkdownRendered Output
Markdown ordered list tagRendered ordered list tag
  • Unordered lists
MarkdownRendered Output
Markdown unordered list tagRendered unordered list tag

Note: Abbreviations and acronyms do not have native markdown support.

close