Beispiel #1
0
 public function setQuoteAttribute($value)
 {
     $markdown = new Markdowner();
     $this->attributes['quote'] = $markdown->toHTML($value);
 }
Beispiel #2
0
 public function setDescriptionAttribute($value)
 {
     $markdown = new Markdowner();
     $this->attributes['description'] = $markdown->toHTML($value);
 }