Skip to content

Commit 7bc3c5d

Browse files
Merge pull request #598 from fnimick/master
Add documentation for `explicitCharkey` option
2 parents f412a12 + a212950 commit 7bc3c5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,8 @@ value})``. Possible options are:
324324
Version 0.1 default was `@`.
325325
* `charkey` (default: `_`): Prefix that is used to access the character
326326
content. Version 0.1 default was `#`.
327-
* `explicitCharkey` (default: `false`)
327+
* `explicitCharkey` (default: `false`) Determines whether or not to use
328+
a `charkey` prefix for elements with no attributes.
328329
* `trim` (default: `false`): Trim the whitespace at the beginning and end of
329330
text nodes.
330331
* `normalizeTags` (default: `false`): Normalize all tag names to lowercase.

0 commit comments

Comments
 (0)