rust-leipzig / wiki

Markdown based wiki written in Rust
MIT License
17 stars 4 forks source link

Find a good markdown library for parsing: Test pulldown-cmark implementation #37

Open saschagrunert opened 7 years ago

saschagrunert commented 7 years ago

We need an alternative to the markdown crate. For this we should have a look which existing library does the parsing very well and create Rust bindings for it. Which library could we use?

saschagrunert commented 7 years ago
saschagrunert commented 7 years ago

We also should have a look at #50 and #49

saschagrunert commented 7 years ago

We decided to implement a test implementation of pulldown cmark instead of the markdown crate. The reference implementation can be found in the gutenberg crate.