This repository was archived by the owner on Apr 28, 2025. It is now read-only.
This repository was archived by the owner on Apr 28, 2025. It is now read-only.
Two or more images in assets/ directory are not copied into _build/ #22
Closed
Description
Related to #7
When markdown files contains multiple UML diagram, some image links in built HTML are broken and these diagram image is not shown in HTML.
More details, the link for UML defined in the FIRST position in markdown file is OK, but the others are always broken.
After building I checked the assets/
directory and I confirmed all images are generated, but only ONE image was copied into _build/assets/
directory.