Pages which render markdown are vulnerable to XSS attacks

Rendered Markdown:

Protect yourself (and your users) with showdown-xss-filter


            var converter = new showdown.Converter({ extensions: ['xssfilter'] });

            converter.makeHtml('#markdown here');
          

Rendered (and XSS-filtered) Markdown: