schacon/showoff

Kramdown

Closed this issue · 1 comments

Use kramdown instead of rdiscount or bluecloth for profit and tables.

require 'kramdown'
Markdown = Kramdown::Document

does the job.

kramdown support was added in e3d37d4.