This repository has been archived by the owner. It is now read-only.

crmark

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

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

Repository

crmark

Owner
Statistic
  • 3
  • 0
  • 0
  • 0
  • 0
  • over 3 years ago
  • September 21, 2016
License

MIT License

Links
Synced at

Fri, 03 May 2024 05:32:18 GMT

Languages