crystal-cmark v0.1.0

Crystal wrapper for libcmark, the reference CommonMark C library

CommonMark

Crystal wrapper for libcmark, the reference CommonMark C library.

Install

Add the dependency to shard.yml then run shards install:

dependencies:
  common_mark:
    github: ysbaddaden/crystal-cmark

This will automatically download and compile libcmark.

Usage

require "common_mark"
html = CommonMark.new(text).to_html

License

Distributed under the BSD 2 Clause license.

Repository

crystal-cmark

Owner
Statistic
  • 18
  • 1
  • 0
  • 2
  • 1
  • over 2 years ago
  • November 23, 2015
License

Links
Synced at

Thu, 18 Apr 2024 02:44:20 GMT

Languages