/**
  * Resets options to defaults
  *
  * @return $this
  *
  * @see \MarkdownExtended\MarkdownExtended::getDefaults()
  */
 public function resetOptions()
 {
     $this->getKernel()->set('config', new Registry(MarkdownExtended::getDefaults()));
     return $this;
 }