Example #1
0
 public static function format($lines, $trusted = false)
 {
     $fmt = new WikiFormat();
     $fmt->trusted = $trusted;
     $fmt->add_lines($lines);
     $fmt->end();
     return $fmt->html;
 }