I am trying to render our README.md and we have images in multiple subdirectories of the repository, i.e., .github/assets/screenshot.png, src/assets/logo.svg etc. How would I go about embedding these? I set images_dir to ./ (. which would be what I would have expected to set produced an error) to no avail. I also set image_import and neither the empty string nor ./ worked (the folders have no common path component).
I am trying to render our
README.md
and we have images in multiple subdirectories of the repository, i.e.,.github/assets/screenshot.png
,src/assets/logo.svg
etc. How would I go about embedding these? I setimages_dir
to./
(.
which would be what I would have expected to set produced an error) to no avail. I also setimage_import
and neither the empty string nor./
worked (the folders have no common path component).