Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uasi/crustmark
https://github.com/uasi/crustmark
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/uasi/crustmark
- Owner: uasi
- Created: 2014-11-11T12:17:46.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-11T12:19:52.000Z (about 10 years ago)
- Last Synced: 2024-11-05T20:50:25.258Z (2 months ago)
- Language: Rust
- Size: 129 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CrustMark
A work-in-progress Markdown implementation written in Rust.
It defines the syntax using a parsing expression grammer (PEG),
which is shamelessly adapted from John MacFarlane's
[peg-markdown](https://github.com/jgm/peg-markdown).