mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 13:15:10 +00:00
wikiheaders: fixed regex for converting markdown bold+italic to mediawiki.
This commit is contained in:
@@ -127,7 +127,7 @@ sub wikify {
|
||||
$str =~ s/\`(.*?)\`/<code>$1<\/code>/gms;
|
||||
|
||||
# bold+italic
|
||||
$str =~ s/\\*\*\*(.*?)\*\*\*/'''''$1'''''/gms;
|
||||
$str =~ s/\*\*\*(.*?)\*\*\*/'''''$1'''''/gms;
|
||||
|
||||
# bold
|
||||
$str =~ s/\*\*(.*?)\*\*/'''$1'''/gms;
|
||||
|
||||
Reference in New Issue
Block a user