Can I define a class name on paragraph using Markdown? If so, how?
In slim markdown use this:
markdown: {:.cool-heading} #Some Title
Translates to:
Some Title