Markdown features in Notepad [Beta]

Notepad supports various features that parse Markdown into rich text.

This includes:

Supported Markdown elements

When parsing function outputs as Markdown, we support the following:

  • Block quotes
  • Breaks
  • Code blocks
  • Headings
  • Horizontal rules
  • Links
  • Lists
    • Bullet lists
    • Numbered lists
    • Check lists
  • Paragraphs
  • Tables
  • Text formatting
    • Bold
    • Italic
    • Inline code formatting

If the Markdown element structure or element type does not conform to the supported structure or elements in Notepad, the Markdown contents may fail to be parsed. Unsupported Markdown elements may be dropped during conversion.