public function testMax()
 {
     $parser = new Preset\Max();
     $this->assertEquals($this->getHtml(), $parser->transform($this->getText()));
 }
 public function transform($text)
 {
     return $this->purifier->purify(parent::transform($text));
 }