getFormatter(); $this->formatted_text = $fmt->raw_node("
" . htmlspecialchars($text) . "
"); if (!$this->hasContext("parent_processor")) $this->formatted_text .= $fmt->cleanup(); return $this; } }