protected function doAuthorLineStart()
 {
     if ($this->acceptsAuthor()) {
         parent::doAuthorLineStart();
     } else {
         $this->saveStartTag($this->paragraphElement);
         $this->saveStartTag($this->emphasisElement);
     }
 }