mirror of
https://github.com/friendica/friendica
synced 2025-04-26 21:10:16 +00:00
diaspora markdown changes, parse_url format change
This commit is contained in:
parent
119cd9c0ce
commit
deeae7bdb5
4 changed files with 8 additions and 25 deletions
|
@ -1528,7 +1528,7 @@ class Markdown_Parser {
|
|||
|
|
||||
<\?.*?\?> | <%.*?%> # processing instruction
|
||||
|
|
||||
<[/!$]?[-a-zA-Z0-9:]+ # regular tags
|
||||
<[/!$]?[-a-zA-Z0-9:_]+ # regular tags
|
||||
(?>
|
||||
\s
|
||||
(?>[^"\'>]+|"[^"]*"|\'[^\']*\')*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue