-
-
Notifications
You must be signed in to change notification settings - Fork 170
Closed
Description
I want to use comrak to parse some markdown that I currently write in ObsidianMD.
In Obsidian, I can have different visuals on tasks depending on the character used.
E.g.
* [ ] looks unchecked
* [x] is checked
* [!] is still checked, but with a ⚠️
* [/] looks "partially done"if would be nice if the character itself was exposed so I can properly roundtrip the markdown after some processing.