|
|
@ -346,7 +346,7 @@ |
|
|
|
// $config['markup'][] = Array( |
|
|
|
// '/^<code>(.+)<\/code>/ms', |
|
|
|
// function($matches) { |
|
|
|
// return '<code>' . highlight_string(html_entity_decode($matches[1]), true) . '</code>'; |
|
|
|
// return highlight_string(html_entity_decode($matches[1]), true); |
|
|
|
// } |
|
|
|
// ); |
|
|
|
|
|
|
|