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

remarkdown

This is extends of Markdown lib from Crystal Stdlib for Support Markdown GFM.

Remarkdown

Build status

This is extends of Markdown lib from Crystal Stdlib for Support Markdown GFM.

Features

  • Built on Crystal stdlib Markdown to implement like Markdown GFM.
  • space_after_headers - # Hello not #Hello
  • Add id attribute for Heading <h1 id="hello-world">Hello world</h1>.
  • strikethrough : ~~Foo~~ to <del>Foo</del>

Installation

Add this to your application's shard.yml:

dependencies:
  remarkdown:
    github: huacnlee/remarkdown

Usage

require "remarkdown"

Remarkdown.to_html("Hello **world**")
Repository

remarkdown

Owner
Statistic
  • 4
  • 0
  • 1
  • 0
  • 0
  • about 7 years ago
  • March 16, 2017
License

MIT License

Links
Synced at

Tue, 16 Apr 2024 05:56:49 GMT

Languages