Merge pull request #82 from lunetics/master

Pull in changes from \Michelf\MarkdownExtra
This commit is contained in:
Ryan Weaver 2016-04-27 19:40:49 -05:00
commit bb19335618

View file

@ -216,6 +216,7 @@ class MarkdownParser extends MarkdownExtra implements MarkdownParserInterface
[ \n]* # ignore any spaces/tabs between closing quote and )
)? # title is optional
\)
(?:[ ]? '.$this->id_class_attr_catch_re.' )? # $8 = id/class attributes
)
}xs',
array(&$this, '_doAnchors_inline_callback'), $text);