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
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