in most examples images are not shown in github because the path information is not known to github
to fix this we need to
- add
imagesprefix definition at toplevel of .adoc file
- use
{imagesprefix} in image::{imagesprefix}... (Note that there must be no / after {imagesprefix} otherwise it will break antora build
see #139 for an example
in most examples images are not shown in github because the path information is not known to github
to fix this we need to
imagesprefixdefinition at toplevel of.adocfile{imagesprefix}inimage::{imagesprefix}...(Note that there must be no/after{imagesprefix}otherwise it will break antora buildsee #139 for an example