This repository was archived by the owner on Dec 30, 2021. It is now read-only.
This repository was archived by the owner on Dec 30, 2021. It is now read-only.
Add support for Markdown (Commonmark subset) #4
Open
Description
Add support for a subset of the Commonmark Markdown syntax:
- Italic
- Bold
- Bullet list
- Numbered list
- Links?
Ideally we should move the markdown parsing, together with the date-time parsing to the decoding phase.