You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
saschagrunert
changed the title
Find a good markdown library for parsing
Find a good markdown library for parsing: Test pulldown-cmark implementation
Apr 20, 2017
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.
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?
The text was updated successfully, but these errors were encountered: