wiki icon indicating copy to clipboard operation
wiki copied to clipboard

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

Open saschagrunert opened this issue 8 years ago • 3 comments

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 avatar Mar 09 '17 20:03 saschagrunert

  • https://github.com/lise-henry/crowbook
  • https://crates.io/crates/hoedown

saschagrunert avatar Mar 16 '17 19:03 saschagrunert

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

saschagrunert avatar Mar 30 '17 19:03 saschagrunert

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.

saschagrunert avatar Apr 20 '17 19:04 saschagrunert