We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea54b3a + 29e2564 commit f8e1995Copy full SHA for f8e1995
1 file changed
README.md
@@ -97,7 +97,7 @@ Parse the data provided, wrap the result in a new node, and return the root of t
97
style: true, // keep text content when parsing
98
pre: true // keep text content when parsing
99
},
100
- closeAllOnClosing: false // Close all non-closed tags when containing element closes
+ closeAllByClosing: false // Close all non-closed tags when containing element closes
101
}
102
```
103
0 commit comments