kramed icon indicating copy to clipboard operation
kramed copied to clipboard

Do you plan to support kramdown attributes?

Open Nedudi opened this issue 10 years ago • 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 avatar Feb 14 '15 23:02 Nedudi

+1

mattaylor avatar Mar 19 '15 18:03 mattaylor

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

AaronO avatar Apr 29 '15 13:04 AaronO

:+1:

tusbar avatar Jan 08 '16 14:01 tusbar