This repository has been archived by the owner. It is now read-only.
crmark
warning! this repo is no longer maintained
crmark
Crystal port of markdown-it parser and renderer. CommonMark and syntax extensions support.
Installation
Add this to your application's shard.yml
:
dependencies:
crmark:
github: ujifgc/crmark
Usage
require "crmark"
cm_parser = MarkdownIt::Parser.new(:commonmark)
cm_parser.render(input)
mdi_parser = MarkdownIt::Parser.new(:markdownit)
mdi_parser.render(input)
Contributors
- Igor Bochkariov Igor Bochkariov - creator, maintainer
References
markdown-it - JavaScript Markdown parser done right. Fast and easy to extend.
CommonMark - CommonMark spec
Repository
crmark
Owner
Statistic
- 3
- 0
- 0
- 0
- 0
- about 4 years ago
- September 21, 2016
License
MIT License
Links
Synced at
Thu, 07 Nov 2024 10:13:24 GMT
Languages