github.com/ysbaddaden/crystal-cmark
0.3.0 / published Sep 10, 2019 / repository
libcmark bindings, the reference CommonMark C library
CommonMark
Crystal wrapper for libcmark, the reference CommonMark C library.
Install
Add the dependency to shard.lock, then run crystal deps install
(or shards install):
dependencies:
common_mark:
github: ysbaddaden/crystal-cmark
This should automatically download and compile libcmark.
Usage
require "common_mark"
html = CommonMark.new(text).to_html
License
Distributed under the BSD 2 Clause license.
API
- CommonMark
Crystal wrapper for libcmark, the reference CommonMark C library.