Skip to content

Commit f5afdf7

Browse files
committed
Document how to add third-party libs in filters
1 parent f825bf8 commit f5afdf7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/terms/reference/filters.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,3 +221,7 @@ Result:
221221
- <img src="https://my.service.example/image.png" class="meaningful-illustration">
222222
+ <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA..." class="meaningful-illustration">
223223
```
224+
225+
## Third-party libraries
226+
227+
As can be seen in the last example, third-party libraries can be imported in the filters. These should be declared in the `package.json` of the collection to be available.

0 commit comments

Comments
 (0)