kivikakk / koino

CommonMark + GFM compatible Markdown parser and renderer
https://hrzn.ee/kivikakk/koino
MIT License
118 stars 13 forks source link

CommonMark output option #14

Open kivikakk opened 4 years ago

kivikakk commented 4 years ago

We can model it on the Comrak equivalent: https://github.com/kivikakk/comrak/blob/main/src/cm.rs

We should verify roundtripping works for all the CommonMark specs as part of CI.