Skip to content

Commit f13693d

Browse files
committed
man: Switch --safe option for --unsafe in man page
The old --safe option is now the default, to get the previous default behavior, use the --unsafe flag. Signed-off-by: Keith Packard <[email protected]>
1 parent 766f161 commit f13693d

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)