maruku.rb

Path: lib/maruku/maruku.rb
Last Update: Sat Feb 23 07:12:06 +0000 2019

The public interface for Maruku.

@example Render a document fragment Maruku.new("## Header ##").to_html # => "<h2 id=‘header’>header</h2>"

[Validate]