From db02ecf25997a9fa3c021058764d6b66e4c81929 Mon Sep 17 00:00:00 2001 From: Emanuil Rusev Date: Mon, 5 May 2014 14:43:31 +0300 Subject: [PATCH] "reference" is a definition --- Parsedown.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Parsedown.php b/Parsedown.php index 9b0198f..14668fe 100755 --- a/Parsedown.php +++ b/Parsedown.php @@ -90,7 +90,6 @@ class Parsedown '<' => array('Markup'), '=' => array('Setext'), '>' => array('Quote'), - '[' => array('Reference'), '_' => array('Rule'), '`' => array('FencedCode'), '|' => array('Table'),