Merge fix #545, fix invalid HTML when linking to URLs with numeric fragment identifiers and update Parsedown

This commit is contained in:
Frederic Guillot
2015-01-25 12:23:27 -05:00
parent e506648cbc
commit 0812ceedde
5 changed files with 62 additions and 27 deletions

12
composer.lock generated
View File

@@ -4,20 +4,20 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "a5f10d6c565a2a7b5b63650d550cabf2",
"hash": "671bd4694072aed17a542db8f08db217",
"packages": [
{
"name": "erusev/parsedown",
"version": "1.1.1",
"version": "1.5.1",
"source": {
"type": "git",
"url": "https://github.com/erusev/parsedown.git",
"reference": "da5d75e97e1ed19e57bd54fa6cb595a6a0879a67"
"reference": "9da19c1108c39df9b42adc42e39b8371070652d0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/erusev/parsedown/zipball/da5d75e97e1ed19e57bd54fa6cb595a6a0879a67",
"reference": "da5d75e97e1ed19e57bd54fa6cb595a6a0879a67",
"url": "https://api.github.com/repos/erusev/parsedown/zipball/9da19c1108c39df9b42adc42e39b8371070652d0",
"reference": "9da19c1108c39df9b42adc42e39b8371070652d0",
"shasum": ""
},
"type": "library",
@@ -43,7 +43,7 @@
"markdown",
"parser"
],
"time": "2014-10-29 20:29:46"
"time": "2015-01-24 13:01:47"
},
{
"name": "fguillot/json-rpc",