Markdown library updated to 1.6.0, merge req !90

Thanks postblue
This commit is contained in:
Mikael Nordfeldth
2016-01-28 14:29:24 +01:00
parent fb15dc5080
commit c459bded53
4 changed files with 1684 additions and 1668 deletions

View File

@@ -3,12 +3,12 @@
# Markdown - A text-to-HTML conversion tool for web writers
#
# PHP Markdown
# Copyright (c) 2004-2014 Michel Fortin
# <http://michelf.com/projects/php-markdown/>
# Copyright (c) 2004-2015 Michel Fortin
# <https://michelf.ca/projects/php-markdown/>
#
# Original Markdown
# Copyright (c) 2004-2006 John Gruber
# <http://daringfireball.net/projects/markdown/>
# <https://daringfireball.net/projects/markdown/>
#
namespace Michelf;