Skip to content

Commit 76e3ca7

Browse files
Docs: Display options as a list
1 parent 11fe07f commit 76e3ca7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ By default, we are sanitizing the html input using `DOMPurify` module. You can o
6565

6666
### Other options
6767

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`
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`
7070

7171
## How to contribute ?
7272

0 commit comments

Comments
 (0)