Skip to content

ysbaddaden/crystal-cmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Crystal wrapper for libcmark, the reference CommonMark C library

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •