lruiz/MarkdownPapers

images cannot be inserted

gaborg opened this issue · 2 comments

Hi!

While using the markdownpapers-doxia-module with the maven site plugin, some problems were found. The following code snippets led to double img tags in the html file. (<img<img)

![alt](path/to/image1.png "title")

[id]: path/to/image2.png "title"
![alt][id]

As a result, the images did not show up. In addition, this line resulted in a NullPointerException.

![alt](path/to/image.png)

done!

Snapshot is deployed in the following repo

https://oss.sonatype.org/content/repositories/snapshots

1.2.0 now available