Features
These features are illustrated in our Demo.
@prosemark/core
Section titled “@prosemark/core”-
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 using1.
are supported. Ordered lists using+
are not yet supported. -
Task lists following the
- [ ] My Task
syntax are supported. -
Images using the

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.
@prosemark/render-html
Section titled “@prosemark/render-html”-
HTML Blocks inside markdown can be rendered. HTML content is sanitized using DOMPurify.
-
Inline HTML is not supported yet.