function __construct()
 {
     parent::__construct();
     // Set the newline mode to line break.
     $this->newline_mode = 'br';
     $this->enable_headings = false;
     $this->enable_youtube = false;
     $this->enable_mediaplayer = false;
     $this->enable_quickquotes = false;
     $this->enable_ordered_lists = false;
     unset($this->templates['pull_quote']);
 }
 function __construct()
 {
     parent::__construct();
     $this->multi_line = false;
 }