fatteneder / MakieSlides.jl

MIT License
17 stars 2 forks source link

Use emojis as tick box markers in Markdown list #22

Open fatteneder opened 2 years ago

fatteneder commented 2 years ago

Once we have emoji support available we could think about rendering tick boxes in TODO lists using one of these emoji characters:

Only issue is that Markdown does not parse checkboxes and neither does CommonMark.jl. So we would have to parse this ourselves.