From b603660fc56f880ddf1fd753f13b92d86fa50ed2 Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Sat, 14 Aug 2021 04:33:29 -0700 Subject: [PATCH] Markdown.pl: clarify help text for --no-validate-xml option Replace the old text left over from before --validate-xml-internal existed with something more accurate that indicates that Markdown.pl can check for XML problems itself (via the default --validate-xml-internal option). Signed-off-by: Kyle J. McKay --- Markdown.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Markdown.pl b/Markdown.pl index d76307f..a908955 100755 --- a/Markdown.pl +++ b/Markdown.pl @@ -4758,9 +4758,9 @@ used). However, any raw tags in the input (that are on the "approved" list), could potentially result in invalid XML output (i.e. mismatched start and end tags, missing start or end tag etc.). -Markdown.pl will I for these issues itself. But with -the B<--validate-xml> option will use C or C -to do so. +Markdown.pl can check for these issues itself using its own internal +B<--validate-xml-internal> check or, with the B<--validate-xml> +option, it can use C or C to do so. Note that B<--validate-xml-internal> is the default option unless B<--no-sanitize> is used in which case B<--no-validate-xml> is the