Skip to content

Commit

Permalink
Add documentation for explicitCharkey option
Browse files Browse the repository at this point in the history
  • Loading branch information
fnimick committed Jan 12, 2021
1 parent 1832e0b commit a212950
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 a212950

Please sign in to comment.