mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 17:56:32 +00:00
Rephrase section on unsafe HTML in manual.
This commit is contained in:
+3
-3
@@ -6504,9 +6504,9 @@ application, here are some things to keep in mind:
|
||||
4. The HTML generated by pandoc is not guaranteed to be safe.
|
||||
If `raw_html` is enabled for the Markdown input, users can
|
||||
inject arbitrary HTML. Even if `raw_html` is disabled,
|
||||
users can include dangerous content in attributes for
|
||||
headings, spans, and code blocks. To be safe, you should
|
||||
run all the generated HTML through an HTML sanitizer.
|
||||
users can include dangerous content in URLs and attributes.
|
||||
To be safe, you should run all the generated HTML through
|
||||
an HTML sanitizer.
|
||||
|
||||
# Authors
|
||||
|
||||
|
||||
Reference in New Issue
Block a user