Can I define a class name on paragraph using Markdown? If so, how?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Dupe: How do I set an HTML class attribute in Markdown? Natively? No. But...No, Markdown's syntax can't. You can set ID values with Markdown Extra through. You can use regular HTML if you like, and add the attribute
Possible Solution: (Untested and intended for
|
|
You can actually use regular HTML markup in markdown. For instance:
Just make sure the HTML is not inside a code block. |
|||
|
|