We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8a075a commit ee1cf91Copy full SHA for ee1cf91
docs/syntax/diagrams.md
@@ -143,16 +143,6 @@ digraph G {
143
144
::::::
145
146
-## How it works
147
-
148
-The diagram directive:
149
150
-1. **Parses** the diagram type from the directive argument
151
-2. **Extracts** the diagram content from the directive body
152
-3. **Encodes** the content using zlib compression and Base64URL encoding
153
-4. **Generates** a Kroki URL in the format: `https://kroki.io/{type}/svg/{encoded-content}`
154
-5. **Renders** an HTML `<img>` tag that loads the diagram from Kroki
155
156
## Error handling
157
158
If the diagram content is empty or the encoding fails, an error message will be displayed instead of the diagram.
0 commit comments