First, thanks for this great package.
With markdown-hide-markup enabled, is there a way to render unchecked boxes (- [ ]) as a unicode character such as ☐ (U+2610) and checked boxes (- [x]) as a character such as ☑ (U+2611)? Currently they render like:
• [ ]
• [x]
which I find visually distracting.
If this feature isn't currently supported, is there a possibility it could be implemented?
First, thanks for this great package.
With
markdown-hide-markupenabled, is there a way to render unchecked boxes (- [ ]) as a unicode character such as ☐ (U+2610) and checked boxes (- [x]) as a character such as ☑ (U+2611)? Currently they render like:• [ ]
• [x]
which I find visually distracting.
If this feature isn't currently supported, is there a possibility it could be implemented?