This repository was archived by the owner on Jan 3, 2023. It is now read-only.
Enhancement: Images located in a separate resources
folder can't be displayed
#339
Labels
In a typical Maven Doxia project, you'll have the below folder structure:
With the
mvn site
command, Maven converts*.md
files to*.html
files and merge them with the content of theresources
folder. Logically, the*.md
files refer to the images as being in the./images
folder (and not../../resources/images
) because that's where the images are... relatively to the HTML files.When editing *.md files in Atom, markdown-preview-plus fails to render the images, because it looks for them in the
./images
folder (which is 100% logical and expected).For Maven projects, it would be nice to be able to configure markdown-preview-plus to look into a another directory for external resources, like images.
The text was updated successfully, but these errors were encountered: