1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

inline links should work with images

This commit is contained in:
Emanuil
2013-07-25 01:33:40 +03:00
parent 3ff5c623f2
commit 5aad1d42d2
3 changed files with 9 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
Here's a [link](http://parsedown.org).
Here's an image link: [![MD Logo](http://parsedown.org/md.png)](http://daringfireball.net/projects/markdown/).