diff --git a/Balthisar Common Headers/CommonHeaders.h b/Balthisar Common Headers/CommonHeaders.h
index 0e43662c..007334b0 100644
--- a/Balthisar Common Headers/CommonHeaders.h
+++ b/Balthisar Common Headers/CommonHeaders.h
@@ -21,7 +21,7 @@
*=======================================================*/
#pragma mark - LibTidy version checking
- #define LIBTIDY_V_WANT @"5.5.32"
+ #define LIBTIDY_V_WANT @"5.6.0"
/*=======================================================*
diff --git a/Balthisar Tidy Extension/Info-Body.plist b/Balthisar Tidy Extension/Info-Body.plist
deleted file mode 100644
index 2495e4ea..00000000
--- a/Balthisar Tidy Extension/Info-Body.plist
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-
- CFBundleDevelopmentRegion
- en
- CFBundleDisplayName
- Tidy with Balthisar Tidy (body only)
- CFBundleExecutable
- $(EXECUTABLE_NAME)
- CFBundleIconFile
- icon.icns
- CFBundleIdentifier
- $(PRODUCT_BUNDLE_IDENTIFIER)
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- $(PRODUCT_NAME)
- CFBundlePackageType
- XPC!
- CFBundleShortVersionString
- 3.6.3
- CFBundleSignature
- ????
- CFBundleVersion
- 3.6.3
- LSMinimumSystemVersion
- $(MACOSX_DEPLOYMENT_TARGET)
- NSExtension
-
- NSExtensionAttributes
-
- NSExtensionActivationRule
-
- NSExtensionActivationSupportsText
-
-
- NSExtensionServiceRoleType
- NSExtensionServiceRoleTypeEditor
-
- NSExtensionPointIdentifier
- com.apple.ui-services
- NSExtensionPrincipalClass
- ActionRequestHandler
-
- NSHumanReadableCopyright
- Copyright © 2017 Jim Derry. All rights reserved.
-
-
diff --git a/Balthisar Tidy Extension/Info.plist b/Balthisar Tidy Extension/Info.plist
index 6e3a9208..ad80551e 100644
--- a/Balthisar Tidy Extension/Info.plist
+++ b/Balthisar Tidy Extension/Info.plist
@@ -5,7 +5,7 @@
CFBundleDevelopmentRegion
en
CFBundleDisplayName
- Tidy with Balthisar Tidy
+ $(TIDY_EXT_CFBundleDisplayName)
CFBundleExecutable
$(EXECUTABLE_NAME)
CFBundleIconFile
@@ -19,11 +19,11 @@
CFBundlePackageType
XPC!
CFBundleShortVersionString
- 3.6.3
+ ${TIDY_CFBundleShortVersionString}
CFBundleSignature
????
CFBundleVersion
- 3.6.3
+ ${TIDY_CFBundleVersion}
LSMinimumSystemVersion
$(MACOSX_DEPLOYMENT_TARGET)
NSExtension
@@ -44,6 +44,6 @@
ActionRequestHandler
NSHumanReadableCopyright
- Copyright © 2017 Jim Derry. All rights reserved.
+ ${TIDY_NSHumanReadableCopyright}
diff --git a/Balthisar Tidy Help Project/Contents/Resources/Base.lproj/040_howto/020_docwin/010_docwin-chooseoptions.html.md.erb b/Balthisar Tidy Help Project/Contents/Resources/Base.lproj/040_howto/020_docwin/010_docwin-chooseoptions.html.md.erb
index 804ba044..a720806e 100644
--- a/Balthisar Tidy Help Project/Contents/Resources/Base.lproj/040_howto/020_docwin/010_docwin-chooseoptions.html.md.erb
+++ b/Balthisar Tidy Help Project/Contents/Resources/Base.lproj/040_howto/020_docwin/010_docwin-chooseoptions.html.md.erb
@@ -43,6 +43,11 @@ they control the output options such as formatting.
4. You can also use the left- and right-arrow keyboard keys to select option
values for most of Balthisar Tidy’s settings. And of course you
will see the results in the **Tidy HTML** view immediately!
+
+5. Some of the text options, such as `new-blocklevel-tags`, accept multiple
+ values as a comma-separated list. To make managing these options simpler,
+ you can activate a list editor to manage lists by triple-clicking the row
+ of the option you wish to manage.
diff --git a/Balthisar Tidy Help Project/Contents/Resources/Base.lproj/060_reference/040_tidyopts/010_tidyoptions.html.md.erb b/Balthisar Tidy Help Project/Contents/Resources/Base.lproj/060_reference/040_tidyopts/010_tidyoptions.html.md.erb
index b688ec16..d9dd1305 100644
--- a/Balthisar Tidy Help Project/Contents/Resources/Base.lproj/060_reference/040_tidyopts/010_tidyoptions.html.md.erb
+++ b/Balthisar Tidy Help Project/Contents/Resources/Base.lproj/060_reference/040_tidyopts/010_tidyoptions.html.md.erb
@@ -13,10 +13,21 @@ layout: template-logo-medium
This section contains a reference to all of <%= pne %>’s Tidy
options.
+Note that these are accurate as of version 5.5.76 of HTML Tidy. Sometimes we
+forget to update this help book, but be assured that <%= pne %> always contains
+updated descriptions in the Tidy Option panel.
+{: .note}
+
`accessibility-check`
: This option specifies what level of accessibility checking, if any, that Tidy
should do.
+
+
+`add-meta-charset`
+ : This option, when enabled, adds a `meta` element sets the `charset`
+ attribute to the encoding of the document. Set this option to **yes** to
+ enable it.
`add-xml-decl`
@@ -84,6 +95,7 @@ options.
appropriate inline tags, and ``). If set to **YES** then legacy tags
will be replaced with CSS `