public function getGeshiCss($value)
 {
     $geshi = new \Geshi('', $value);
     return $geshi->get_stylesheet(false);
 }