Error in parsing images with links
Closed this issue · 0 comments
jiahao commented
julia> using Markdown
julia> readme("Lazy").content[2] #Should be [![Gitter chat](https://badges.gitter.im/one-more-minute/Lazy.jl.png)](https://gitter.im/one-more-minute/Lazy.jl) ?
![Gitter chat](https://gitter.im/one-more-minute/Lazy.jl)
julia> readme("Lazy").content[2] |> html #Output is not completely converted into HTML
"<p><a href=\"https://badges.gitter.im/one-more-minute/Lazy.jl.png\">![Gitter chat</a>](https://gitter.im/one-more-minute/Lazy.jl)</p>"