Skip to content

Commit

Permalink
Merge pull request #598 from fnimick/master
Browse files Browse the repository at this point in the history
Add documentation for `explicitCharkey` option
  • Loading branch information
Leonidas-from-XIV committed Mar 26, 2022
2 parents f412a12 + a212950 commit 7bc3c5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -324,7 +324,8 @@ value})``. Possible options are:
Version 0.1 default was `@`.
* `charkey` (default: `_`): Prefix that is used to access the character
content. Version 0.1 default was `#`.
* `explicitCharkey` (default: `false`)
* `explicitCharkey` (default: `false`) Determines whether or not to use
a `charkey` prefix for elements with no attributes.
* `trim` (default: `false`): Trim the whitespace at the beginning and end of
text nodes.
* `normalizeTags` (default: `false`): Normalize all tag names to lowercase.
Expand Down

0 comments on commit 7bc3c5d

Please sign in to comment.