extlib Michelf\Markdown updated 1.4.0 to 1.4.1

This commit is contained in:
Mikael Nordfeldth
2015-02-12 22:45:08 +01:00
parent a66973e158
commit 69e04e5cbd
4 changed files with 195 additions and 115 deletions

View File

@@ -3,7 +3,7 @@
# Markdown - A text-to-HTML conversion tool for web writers
#
# PHP Markdown
# Copyright (c) 2004-2013 Michel Fortin
# Copyright (c) 2004-2014 Michel Fortin
# <http://michelf.com/projects/php-markdown/>
#
# Original Markdown
@@ -32,6 +32,3 @@ interface MarkdownInterface {
public function transform($text);
}
?>