Sha256: feaaa665a3a8651b882b806cabf440d049ff5943aeae47716d51d7c72d4a48ca
Contents?: true
Size: 223 Bytes
Versions: 12
Compression:
Stored size: 223 Bytes
Contents
# -*- encoding: utf-8 -*- require './spec/helper' require 'bluecloth' describe "BlueCloth library" do it "should convert markdown to html" do BlueCloth.new("#title").to_html.should == '<h1>title</h1>' end end
Version data entries
12 entries across 12 versions & 1 rubygems