Markdown features in Notepad [Beta]

Notepad supports various features that parse Markdown into rich text.

This includes:

  • Functions on objects: Function outputs can be parsed as Markdown.
  • Custom functions: Notepad contents parsed as Markdown can be used as function inputs, and function outputs can be parsed as Markdown.

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.