mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
wikiheaders: fixed regex for converting markdown bold+italic to mediawiki.
This commit is contained in:
parent
f55445422a
commit
ab7944f960
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue