Skip to content

Features

These features are illustrated in our Demo.

  • Inline styles including italics, bold text, code spans, and strike-throughs. Highlights using the ==highlight== syntax are planned.

  • Both ATX Headings (# My Heading) and Setext Headings (headings over top a line with ===== or -----) are supported.

  • Unordered lists using - and ordered lists using 1. are supported. Ordered lists using + are not yet supported.

  • Task lists following the - [ ] My Task syntax are supported.

  • Images using the ![](https://image-url...) syntax are supported. Setting the image width via GitHub like syntax is planned.

  • Block quotes (including nested block quotes) are supported.

  • Horizontal rules using the --- syntax are supported.

  • HTML Blocks inside markdown can be rendered. HTML content is sanitized using DOMPurify.

  • Inline HTML is not supported yet.