Skip to content

SecureParsedown!

Latest
Compare
Choose a tag to compare
@aidantwoods aidantwoods released this 02 Jul 03:23
· 10 commits to master since this release
11130c1

Parsedown, with added XSS protections.

Enable these with

<?php

use Aidantwoods\SecureParsedown\SecureParsedown;

$Parsedown = new SecureParsedown;
$Parsedown->setSafeMode(true);

Discussion about this can be found at erusev/parsedown#495