PoiScript / orgize

A Rust library for parsing org-mode files.
https://poiscript.github.io/orgize/
MIT License
277 stars 34 forks source link

Exporters too separate #66

Closed justinabrahms closed 7 months ago

justinabrahms commented 11 months ago

Both the org and html exporter have an identical trait signatures. We should have a single trait so that additional exporters can re-use the same underlying logic.