mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 10:00:08 +00:00
tweak...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
ef666e91d0
commit
e313a1a7e3
@ -255,7 +255,7 @@ var styling = {
|
|||||||
__parse__: function(text, editor, elem){
|
__parse__: function(text, editor, elem){
|
||||||
return text
|
return text
|
||||||
// markers...
|
// markers...
|
||||||
.replace(/(\s*)(?<!\\)(FEATURE:|Q:|Question:|Note:)(\s*)/gm,
|
.replace(/(\s*)(?<!\\)(FEATURE[:?]|Q:|Question:|Note:)(\s*)/gm,
|
||||||
'$1<b class="$2">$2</b>$3')
|
'$1<b class="$2">$2</b>$3')
|
||||||
.replace(/(\s*)(?<!\\)(ASAP|BUG|FIX|HACK|STUB|WARNING|CAUTION)(\s*)/gm,
|
.replace(/(\s*)(?<!\\)(ASAP|BUG|FIX|HACK|STUB|WARNING|CAUTION)(\s*)/gm,
|
||||||
'$1<span class="highlight $2">$2</span>$3')
|
'$1<span class="highlight $2">$2</span>$3')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user