示例#1
0
 public function onItemPostParse(ParseEvent $event)
 {
     $html = str_replace('<em>eAsYbOoK</em>', '<strong class="branding">easybook</strong>', $event->getItemProperty('content'));
     $event->setItemProperty('content', $html);
 }