Commit c2e2cd40 by Rocky Duan

fixed display mode single character bug

parent d33ddec4
...@@ -182,7 +182,7 @@ wmdEditors = {} ...@@ -182,7 +182,7 @@ wmdEditors = {}
codeArchive = [] codeArchive = []
RE_DISPLAYMATH = /^([^\$]*?)\$\$([^\$].+?)\$\$(.*)$/m RE_DISPLAYMATH = /^([^\$]*?)\$\$([^\$]+?)\$\$(.*)$/m
RE_INLINEMATH = /^([^\$]*?)\$([^\$]+?)\$(.*)$/m RE_INLINEMATH = /^([^\$]*?)\$([^\$]+?)\$(.*)$/m
ESCAPED_DOLLAR = '@@ESCAPED_D@@' ESCAPED_DOLLAR = '@@ESCAPED_D@@'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment