Updated markdown library. This adds support for images in the doccumentation!

Here are the commits from the markdown library. This was a non-breaking
change but was versioned incorrectly.

See:
* https://github.com/dpeek/dart-markdown/pull/10
* https://github.com/dpeek/dart-markdown/issues/11

Review URL: https://codereview.chromium.org//217033005

Patch from Martin Charles <martincharles07@gmail.com>.

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34525 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
kevmoo@google.com 2014-03-28 20:52:21 +00:00
parent 071af776af
commit f2f1aa824c
2 changed files with 3 additions and 2 deletions

View file

@ -27,4 +27,5 @@ David Gomez <irisindigo@gmail.com>
Nikolaus Graf <nik@blossom.io>
Alexandre Ardhuin <alexandre.ardhuin@gmail.com>
Victor Berchet <victor.berchet@gmail.com>
Roel Spilker <r.spilker@gmail.com>
Roel Spilker <r.spilker@gmail.com>
Martin Charles <martincharles07@gmail.com>

View file

@ -8,7 +8,7 @@ environment:
dependencies:
args: '>=0.9.0 <0.11.0'
logging: '>=0.9.0 <0.10.0'
markdown: '0.5.1'
markdown: '0.6.0'
path: '>=0.9.0 <2.0.0'
yaml: '>=0.9.0 <0.10.0'
dev_dependencies: