1
0
Fork 0

fix(docs): Escape angle bracket to prevent tag from being interpreted

This commit is contained in:
Benjamin F 2022-12-14 21:31:07 -08:00
parent c0fa937bc8
commit af447648aa

View file

@ -4,7 +4,7 @@ title: Snippets
A Snippet is a reusable bit of markup that draws graphic elements on patterns.
Snippets are provided by [plugins](/reference/plugins) and are implemented as
[<defs> elements](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/defs)
[\<defs> elements](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/defs)
in the rendered SVG document.
## Signature