Open
Description
We are preparing to participate in Google Code-in, and have reserved this issue for participants in GCI - but we'd love to have your help with another one! Please check out https://code.publiclab.org to see more.
Nodes on publiclab.org could use a means of making and checking off lists - just like her in github:
- scan text for
* [ ]
or* [x]
- replace at display time with
<ul>...
- (Later follow up) make it possible to check the box and so update the original markdown from
* [ ]
to* [x]
Lists are made in github flavor markdown like this:
* [ ]
* [ ]
* [ ]
Try making checklists in the comments here to see!