Menu

#5 reference-style images are parsed as links

open
nobody
None
5
2007-10-24
2007-10-24
No

input:

![alt text][id]

[id]: /someurl/

output:

<p>some image here: !<a href="/someurl/">alt text</a></p>

Discussion


Log in to post a comment.