Merge branch 'master' into newui

This commit is contained in:
Fabio Comuni
2011-09-26 11:42:48 +02:00
246 changed files with 7155 additions and 12678 deletions

View File

@@ -1528,7 +1528,7 @@ class Markdown_Parser {
|
<\?.*?\?> | <%.*?%> # processing instruction
|
<[/!$]?[-a-zA-Z0-9:]+ # regular tags
<[/!$]?[-a-zA-Z0-9:_]+ # regular tags
(?>
\s
(?>[^"\'>]+|"[^"]*"|\'[^\']*\')*