Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
saschagrunert opened this issue Mar 9, 2017 · 3 comments
Assignees

Comments

@saschagrunert
Copy link
Member

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
Copy link
Member Author

saschagrunert commented Mar 16, 2017

@saschagrunert
Copy link
Member Author

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

@saschagrunert 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
@saschagrunert
Copy link
Member Author

saschagrunert commented 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants