Browse Source
Merge branch 'master' of github.com:aaronpk/Quill
pull/96/head
Aaron Parecki
7 years ago
No known key found for this signature in database
GPG Key ID: 276C2817346D6056
1 changed files with
2 additions and
2 deletions
-
lib/markdown.php
|
|
@ -1718,7 +1718,7 @@ class MarkdownExtra_Parser extends Markdown_Parser { |
|
|
|
"doAbbreviations" => 70, |
|
|
|
); |
|
|
|
|
|
|
|
parent::Markdown_Parser(); |
|
|
|
parent::__construct(); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -2950,4 +2950,4 @@ negligence or otherwise) arising in any way out of the use of this |
|
|
|
software, even if advised of the possibility of such damage. |
|
|
|
|
|
|
|
*/ |
|
|
|
?>
|
|
|
|
?>
|