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.
58
58
\f[ C ]\-\-\- \f[ ] will be rendered as an em-dash.
59
59
\f[ C ] ...\f[ ] will be rendered as ellipses.
60
60
.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
65
65
URLs are those that begin with `javascript:`, `vbscript:`,
66
66
`file:`, or `data:` (except for `image/png`, `image/gif`,
67
67
`image/jpeg`, or `image/webp` mime types).
You can’t perform that action at this time.
0 commit comments