-When run with the --sanitize switch, which is turned on by default (see
+When run with the `--sanitize` switch, which is turned on by default (see
[[usage]]), ikiwiki sanitizes the html on pages it renders to avoid XSS
attacks and the like.
Some examples of embedded javascript that won't be let through.
-<span style="background: url(javascript:window.location='http://example.org/')">test</span>
-<span style="any: expression(window.location='http://example.org/')">test</span>
-<span style="any: expression(window.location='http://example.org/')">test</span>
+* <span style="background: url(javascript:window.location='http://example.org/')">test</span>
+* <span style="any: expression(window.location='http://example.org/')">test</span>
+* <span style="any: expression(window.location='http://example.org/')">test</span>