images cannot be inserted
gaborg opened this issue · 2 comments
gaborg commented
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)
lruiz commented
done!
Snapshot is deployed in the following repo
lruiz commented
1.2.0 now available