From 0ab5f63779910322f1c797e27c032f3be391cb3e Mon Sep 17 00:00:00 2001 From: Michel Fortin Date: Mon, 2 Jan 2012 10:19:49 -0500 Subject: [PATCH] Fixed issue with
tag with no space before the "/". --- markdown.php | 1 + 1 file changed, 1 insertion(+) diff --git a/markdown.php b/markdown.php index 5bee5f5..a45eba4 100644 --- a/markdown.php +++ b/markdown.php @@ -1520,6 +1520,7 @@ class Markdown_Parser { \s (?>[^"\'>]+|"[^"]*"|\'[^\']*\')* )? + /? > ').' )