Skip to content

Commit 02b19e0

Browse files
author
Ashe Connor
authored
fix misplaced parenthesis
1 parent 9bdf783 commit 02b19e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ By default, the library will scrub raw HTML and potentially dangerous links
168168
_opposite_ of the upstream [`cmark`](https://github.com/CommonMark/cmark)
169169
library, a change introduced in `cmark-gfm` in version `0.28.3.gfm.18`.
170170

171-
To allow these, use the option `CMARK_OPT_UNSAFE` (or `--unsafe`) with the
172-
command line program. If doing so, we recommend you use a HTML sanitizer
171+
To allow these, use the option `CMARK_OPT_UNSAFE` (or `--unsafe` with the
172+
command line program). If doing so, we recommend you use a HTML sanitizer
173173
specific to your needs to protect against [XSS
174174
attacks](http://en.wikipedia.org/wiki/Cross-site_scripting).
175175

0 commit comments

Comments
 (0)