cobalt-org / cobalt.rs

Static site generator written in Rust
cobalt-org.github.io/
Apache License 2.0
1.34k stars 100 forks source link

Restructuredtext support? #272

Open ozkriff opened 6 years ago

epage commented 6 years ago

Something that will help towards this is I recently started tracking the source format as an Enum rather than a bool (is markdown?).

https://github.com/cobalt-org/cobalt.rs/blob/master/src/frontmatter.rs#L270

Seems that there is at least one rst library though I do not know the quality of it https://github.com/flying-sheep/rust-rst

Another thing for us to consider is what all features we might want to have, how well they can integrate with md, how well they can integrate with rst, and what will be the burden of trying to maintain parity between the two without an active rst activist.

mschoenlaub commented 6 years ago

Hm i just looked at the repo, but this lib seems to be abandoned and not usable for converting RestructuredText to HTML right now.

epage commented 3 years ago

Some more rst libraries are used by tp-note: https://crates.io/crates/tp-note