Update Parsedown to v1.7.3 (security update)

This commit is contained in:
Frédéric Guillot
2019-11-19 20:43:52 -08:00
parent f57837aea7
commit 75682398c1
31 changed files with 645 additions and 608 deletions

View File

@@ -1,6 +1,6 @@
<?php
static $data = array (
return array(
'a' => 'A',
'b' => 'B',
'c' => 'C',
@@ -1102,8 +1102,3 @@ static $data = array (
'𑣞' => '𑢾',
'𑣟' => '𑢿',
);
$result =& $data;
unset($data);
return $result;