/**
  * Disable unless html_block
  */
 public function hashHTMLBlocks($text)
 {
     if (!$this->features['html_block']) {
         return $text;
     }
     return parent::hashHTMLBlocks($text);
 }