Exemple #1
0
 /**
  * @return string
  */
 public function toMarkdown()
 {
     return sprintf("%s\n%s", parent::toMarkdown(), $this->content);
 }