Last Updated: 5/6/2026
Images
Two reference styles, both must resolve to the bundled /git-assets/ URL.
Relative path (sibling-folder)
Source: ../assets/inline-img.svg. The Git asset transform resolves this against the article’s directory and rewrites to a /git-assets/<hash>-inline-img.svg URL.
Repo-root path (Docusaurus-style)
Source: /assets/inline-img.svg. The transform strips the leading /, looks up assets/inline-img.svg in the repo, and rewrites to the same /git-assets/ URL as the relative form.