From 200a758acd2ddf831194d25cc6839919fc7e9b2c Mon Sep 17 00:00:00 2001 From: Amarantha Kulkarni Date: Fri, 2 Feb 2024 13:04:34 -0800 Subject: [PATCH] Update to display syntax as-is --- resources/contribute-documentation/creating-diagrams.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/contribute-documentation/creating-diagrams.md b/resources/contribute-documentation/creating-diagrams.md index 9c6b5faf33..0128e1e89f 100644 --- a/resources/contribute-documentation/creating-diagrams.md +++ b/resources/contribute-documentation/creating-diagrams.md @@ -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") ```