Kramdown
Closed this issue · 1 comments
reactormonk commented
Use kramdown
instead of rdiscount
or bluecloth
for profit and tables.
require 'kramdown'
Markdown = Kramdown::Document
does the job.
Closed this issue · 1 comments
Use kramdown
instead of rdiscount
or bluecloth
for profit and tables.
require 'kramdown'
Markdown = Kramdown::Document
does the job.