deathbeds / pidgy

Interactive computing in Markdown
https://pidgy.rtfd.io
BSD 3-Clause "New" or "Revised" License
44 stars 7 forks source link

Support markdown lists to python list conversion #44

Closed tonyfast closed 4 years ago

tonyfast commented 4 years ago

It should be possible to convert markdown list to python list.

* a
* b\

      +[1,2]
* c
     * E
     * F