Closed lecodeski closed 1 year ago
imagine following directory structure:
[CWD] |-- a.png |-- talk |-- main.md
in main.md there is a reference to a.png which won't resolve in reveal-md: ![](../a.png)
main.md
![](../a.png)
OTOH generic MD readers do resolve this reference correctly.
All other constellations, like having the image in the same or in a subdirectory, work just fine.
Yes, reveal-md should be started from the root dir. It doesn't support serving files and references to ancestor directories.
imagine following directory structure:
in
main.md
there is a reference to a.png which won't resolve in reveal-md:![](../a.png)
OTOH generic MD readers do resolve this reference correctly.
All other constellations, like having the image in the same or in a subdirectory, work just fine.