14 lines
272 B
Markdown
14 lines
272 B
Markdown
---
|
|
title: notch
|
|
---
|
|
|
|
The `notch` snippet is intended for notches and is
|
|
provided by [plugin-notches](/reference/plugins/notches/).
|
|
|
|
```js
|
|
snippets.demo = new Snippet('bnotch', points.anchor)
|
|
```
|
|
|
|
<Example part="snippets_notch">
|
|
An example of the notch snippet
|
|
</Example>
|