Skip to content

Commit d401ba5

Browse files
authored
Merge pull request commonmark#255 from keith-packard/man-unsafe-flag
man: Switch --safe option for --unsafe in man page
2 parents 4d25a31 + f13693d commit d401ba5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

man/man1/cmark-gfm.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
6565
URLs 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).

0 commit comments

Comments
 (0)