Skip to content

Commit 3f5c3e2

Browse files
Docs: Update documentation with new options
1 parent 07a46d3 commit 3f5c3e2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ By default, we are sanitizing the html input using `DOMPurify` module. You can o
6363

6464
**IMPORTANT** You cannot override `RETURN_DOM`, `RETURN_DOM_FRAGMENT` and `RETURN_DOM_IMPORT` because they are used internaly by the library.
6565

66+
### Other options
67+
68+
**useFragment** (default `false`): Return a Fragment instead of an array.
69+
**useAsKey** (default `[key]`): Ordered list of attributes to use as a key. Use the first one that matches or `null`
70+
6671
## How to contribute ?
6772

6873
This repo enforce commit style so the release process is automatic. Commits must look like:

0 commit comments

Comments
 (0)