kramed
kramed copied to clipboard
Do you plan to support kramdown attributes?
http://kramdown.gettalong.org/syntax.html#inline-attribute-lists
example:
A simple paragraph with an ID attribute.
{: #para-one}
> A blockquote with a title
{:title="The blockquote title"}
{: #myid}
{:.ruby}
Some code here
+1
@Nedudi @mattaylor This is definitely planned.
The next release modularizes kramed's code making it easier to add kramdown support and for people to contribute.
So after this release, I'll start working kramdown support :)
:+1: