mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
9 lines
347 B
HTML
9 lines
347 B
HTML
|
|
{{ $example_content := partial "json-schema/resolve-refs" (dict "schema" .example "path" "event-schemas/examples") }}
|
||
|
|
{{ $example_json := jsonify (dict "indent" " ") $example_content }}
|
||
|
|
{{ $example_json = replace $example_json "\\u003c" "<" }}
|
||
|
|
{{ $example_json = replace $example_json "\\u003e" ">" | safeHTML }}
|
||
|
|
|
||
|
|
```json
|
||
|
|
{{ $example_json }}
|
||
|
|
```
|