forked from leftypol/leftypol
strikethrough
This commit is contained in:
parent
2a37ad3b5d
commit
b27a838c2a
2 changed files with 5 additions and 0 deletions
|
@ -326,3 +326,4 @@ $config['additional_javascript'][] = 'js/youtube.js';
|
|||
|
||||
$config['markup'][] = array("/^\s*<.*$/m", '<span class="orangeQuote">$0</span>');
|
||||
$config['markup'][] = array("/__(.+?)__/", "<span class=\"underline\">\$1</span>");
|
||||
$config['markup'][] = array("/~~(.+?)~~/", "<span class=\"strikethrough\">\$1</span>");
|
||||
|
|
|
@ -1959,6 +1959,10 @@ span.underline {
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
span.strikethrough {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
span.orangeQuote {
|
||||
color: #FF8C00;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue