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

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

License

Notifications You must be signed in to change notification settings

huacnlee/remarkdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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**")

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published