Skip to content
Snippets Groups Projects
Commit 24b0ff2a authored by Andreas Gohr's avatar Andreas Gohr
Browse files

Another fix for emphasis parsing FS#1468

Hopefully doesn't break anything

darcs-hash:20081011164847-7ad00-9c0873e505e1c3b9dad2477d3ccfaf9c75d95839.gz
parent e16eccb7
No related branches found
No related tags found
No related merge requests found
......@@ -310,7 +310,7 @@ class Doku_Parser_Mode_formatting extends Doku_Parser_Mode {
),
'emphasis'=> array (
'entry'=>'//(?=[^\x00]*[^:]//)', //hack for bug #384
'entry'=>'//(?=[^\x00]*[^:])', //hack for bugs #384 #763 #1468
'exit'=>'//',
'sort'=>80
),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment