From a21295009e4cbc1f9847bdff0f9b933b5005e690 Mon Sep 17 00:00:00 2001 From: Francis Nimick Date: Tue, 12 Jan 2021 18:21:31 -0500 Subject: [PATCH] Add documentation for `explicitCharkey` option --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5592feaa..be71d78f 100644 --- a/README.md +++ b/README.md @@ -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.