protected function doAuthorLineEnd()
 {
     if ($this->acceptsAuthor()) {
         parent::doAuthorLineEnd();
         #$this->revertParagraphElement();
     } else {
         $this->saveEndTag($this->emphasisElement);
         $this->saveEndTag($this->paragraphElement);
     }
 }