GitbookIO/kramed

Do you plan to support kramdown attributes?

Opened this issue · 3 comments

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

@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 :)

👍