Update to display syntax as-is

This commit is contained in:
Amarantha Kulkarni
2024-02-02 13:04:34 -08:00
parent c6d1b28183
commit 200a758acd

View File

@@ -14,7 +14,7 @@ Theme-aware recoloring uses a single source file in SVG format for diagrams, and
To include a theme-aware diagram in a document, use the `include_svg` filter with syntax such as the following:
```jinja
```{% process=false %}
[{% inline-svg file="/docs/img/anatomy-of-a-ledger-complete.svg" /%}](/docs/img/anatomy-of-a-ledger-complete.svg "Figure 1: XRP Ledger Elements")
```