From ec5caa57cc14a328b8b994d49cb8def8eb95aea7 Mon Sep 17 00:00:00 2001 From: Koosha KM Date: Thu, 28 Aug 2014 17:17:54 +0000 Subject: Bug 330707: Add optional support for MarkDown r=dkl,a=sgreen --- t/008filter.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/008filter.t') diff --git a/t/008filter.t b/t/008filter.t index f0a26d13f..204bbdc43 100644 --- a/t/008filter.t +++ b/t/008filter.t @@ -212,7 +212,7 @@ sub directive_ok { return 1 if $directive =~ /FILTER\ (html|csv|js|base64|css_class_quote|ics| quoteUrls|time|uri|xml|lower|html_light| obsolete|inactive|closed|unitconvert| - txt|html_linebreak|none)\b/x; + txt|html_linebreak|markdown|none)\b/x; return 0; } -- cgit v1.2.3-24-g4f1b