Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Parse the data provided, wrap the result in a new node, and return the root of t
style: true, // keep text content when parsing
pre: true // keep text content when parsing
},
closeAllOnClosing: false // Close all non-closed tags when containing element closes
closeAllByClosing: false // Close all non-closed tags when containing element closes
}
```

Expand Down