RDoc-style Labelled Lists in Markdown?

Any way to get RDoc style labelled lists in Markdown? e.g. in RDoc:

    Author:: John Joe
    License:: MIT

In Markdown?

Nope. Maybe some superset out there, but not markdown proper.

···

On Jun 11, 2011, at 12:45 , Intransition wrote:

Any way to get RDoc style labelled lists in Markdown? e.g. in RDoc:

   Author:: John Joe
   License:: MIT

In Markdown?

Seems to be a kramdown extra:

http://kramdown.rubyforge.org/syntax.html#definition-lists

···

On 06/11/2011 12:45 PM, Intransition wrote:

Any way to get RDoc style labelled lists in Markdown? e.g. in RDoc:

     Author:: John Joe
     License:: MIT

In Markdown?