fix(docs): Escape angle bracket to prevent tag from being interpreted
This commit is contained in:
parent
c0fa937bc8
commit
af447648aa
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ title: Snippets
|
||||||
|
|
||||||
A Snippet is a reusable bit of markup that draws graphic elements on patterns.
|
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
|
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.
|
in the rendered SVG document.
|
||||||
|
|
||||||
## Signature
|
## Signature
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue