GitbookIO / kramed

A markdown (kramdown compatible) parser and compiler. Built for speed. (Fork of marked)
MIT License
223 stars 47 forks source link

Do you plan to support kramdown attributes? #14

Open Nedudi opened 9 years ago

Nedudi commented 9 years ago

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
mattaylor commented 9 years ago

+1

AaronO commented 9 years ago

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

tusbar commented 8 years ago

:+1: