aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-06-20 19:25:43 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-06-20 19:25:43 -0700
commit0c4ed0045a2adb611f83054ad29d68f46b0611c5 (patch)
tree7efcdb11a9d41fbd4db3c20804023d1d577dc846 /man
parent39d019ca73090cf645053ed1331dc6cd2eb9d1fd (diff)
downloadpandoc-0c4ed0045a2adb611f83054ad29d68f46b0611c5.tar.gz
Bump to 2.14.0.3, update changelog, require latest skylighting.
Diffstat (limited to 'man')
-rw-r--r--man/pandoc.14
1 files changed, 2 insertions, 2 deletions
diff --git a/man/pandoc.1 b/man/pandoc.1
index de2133cf2..c77ab93bd 100644
--- a/man/pandoc.1
+++ b/man/pandoc.1
@@ -1,7 +1,7 @@
'\" t
.\" Automatically generated by Pandoc 2.14.0.1
.\"
-.TH "Pandoc User\[cq]s Guide" "" "June 11, 2021" "pandoc 2.14.0.2" ""
+.TH "Pandoc User\[cq]s Guide" "" "June 20, 2021" "pandoc 2.14.0.3" ""
.hy
.SH NAME
pandoc - general markup converter
@@ -7708,7 +7708,7 @@ The HTML generated by pandoc is not guaranteed to be safe.
If \f[C]raw_html\f[R] is enabled for the Markdown input, users can
inject arbitrary HTML.
Even if \f[C]raw_html\f[R] is disabled, users can include dangerous
-content in attributes for headings, spans, and code blocks.
+content in URLs and attributes.
To be safe, you should run all the generated HTML through an HTML
sanitizer.
.SH AUTHORS