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
|
@ -657,7 +657,7 @@
|
|||
$config['markup'][] = array("/'''(.+?)'''/", "<strong>\$1</strong>");
|
||||
$config['markup'][] = array("/''(.+?)''/", "<em>\$1</em>");
|
||||
$config['markup'][] = array("/\*\*(.+?)\*\*/", "<span class=\"spoiler\">\$1</span>");
|
||||
$config['markup'][] = array("/^[ |\t]*==(.+?)==[ |\t]*$/m", "<span class=\"heading\">\$1</span>");
|
||||
$config['markup'][] = array("/==(.+?)==/", "<span class=\"heading\">\$1</span>");
|
||||
|
||||
// Code markup. This should be set to a regular expression, using tags you want to use. Examples:
|
||||
// "/\[code\](.*?)\[\/code\]/is"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue