File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -58,10 +58,10 @@ be rendered as curly quotes, depending on their position.
5858\f[ C ]\-\-\- \f[ ] will be rendered as an em-dash.
5959\f[ C ] ...\f[ ] will be rendered as ellipses.
6060.TP 12n
61- .B \-\- safe
62- Do not render raw HTML or potentially dangerous URLs.
63- (Raw HTML is replaced by a placeholder comment; potentially
64- dangerous URLs are replaced by empty strings.) Dangerous
61+ .B \-\- unsafe
62+ Render raw HTML and potentially dangerous URLs.
63+ (Raw HTML is not replaced by a placeholder comment; potentially
64+ dangerous URLs are not replaced by empty strings.) Dangerous
6565URLs are those that begin with `javascript:`, `vbscript:`,
6666`file:`, or `data:` (except for `image/png`, `image/gif`,
6767`image/jpeg`, or `image/webp` mime types).
You can’t perform that action at this time.
0 commit comments