Skip to content
This repository has been archived by the owner on Aug 15, 2020. It is now read-only.
/ crmark Public archive

Crystal port of markdown-it parser and renderer. CommonMark and syntax extensions support.

License

Notifications You must be signed in to change notification settings

ujifgc/crmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

References

markdown-it - JavaScript Markdown parser done right. Fast and easy to extend.
CommonMark - CommonMark spec

About

Crystal port of markdown-it parser and renderer. CommonMark and syntax extensions support.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published