forked from leftypol/leftypol
fixes gentoo style. Fixes redtext markup. Adds orange quoting (ie: <).
This commit is contained in:
parent
b03d4f7c54
commit
2a37ad3b5d
4 changed files with 24 additions and 2 deletions
|
@ -317,3 +317,12 @@ $config['embedding'][0] = array(
|
|||
'/^https?:\/\/(\w+\.)?(?:youtube\.com\/watch\?v=|youtu\.be\/)([a-zA-Z0-9\-_]{10,11})(&.+)?$/i',
|
||||
$config['youtube_js_html']);
|
||||
$config['additional_javascript'][] = 'js/youtube.js';
|
||||
|
||||
/*
|
||||
* ====================
|
||||
* Markup
|
||||
* ====================
|
||||
*/
|
||||
|
||||
$config['markup'][] = array("/^\s*<.*$/m", '<span class="orangeQuote">$0</span>');
|
||||
$config['markup'][] = array("/__(.+?)__/", "<span class=\"underline\">\$1</span>");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue