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?

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?

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

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?

Seems to be a kramdown extra:

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

Joel VanderWerf wrote in post #1004765:

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?

Seems to be a kramdown extra:

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

Look at pandoc too, this also supports definition lists.
http://johnmacfarlane.net/pandoc/README.html#definition-lists

pandoc can do some really neat stuff, like exporting to slideshows. And
there’s a neat wiki which incorporates it: http://gitit.net/

It’s written in Haskell, which for me means treating it as a (very
shiny) black box :slight_smile: