From f5fc4a6d6bf930607d8dd5cd7ffeb78a1044918f Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Tue, 4 Nov 2014 21:46:41 +0000 Subject: Revert Bug 330707 - Add optional support for MarkDown --- t/004template.t | 1 - t/008filter.t | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 't') diff --git a/t/004template.t b/t/004template.t index b0ca5a629..d38f9e16b 100644 --- a/t/004template.t +++ b/t/004template.t @@ -88,7 +88,6 @@ foreach my $include_path (@include_paths) { wrap_comment => sub { return $_ }, none => sub { return $_ } , ics => [ sub { return sub { return $_; } }, 1] , - markdown => sub { return $_ } , }, } ); diff --git a/t/008filter.t b/t/008filter.t index 204bbdc43..f0a26d13f 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|markdown|none)\b/x; + txt|html_linebreak|none)\b/x; return 0; } -- cgit v1.2.1