You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ms...@apache.org on 2015/03/04 08:57:33 UTC

svn commit: r1663877 - /pdfbox/cmssite/trunk/lib/path.pm

Author: msahyoun
Date: Wed Mar  4 07:57:33 2015
New Revision: 1663877

URL: http://svn.apache.org/r1663877
Log:
PDFBOX-2340 allow .md for markdown files

Modified:
    pdfbox/cmssite/trunk/lib/path.pm

Modified: pdfbox/cmssite/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/lib/path.pm?rev=1663877&r1=1663876&r2=1663877&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/lib/path.pm (original)
+++ pdfbox/cmssite/trunk/lib/path.pm Wed Mar  4 07:57:33 2015
@@ -4,6 +4,7 @@ package path;
 
 our @patterns = (
 	[qr!\.mdtext$!, single_narrative => { template => "single_narrative.html" }],
+	[qr!\.md$!, single_narrative => { template => "single_narrative.html" }],
 
 	[qr!/sitemap\.html$!, sitemap => { headers => { title => "Sitemap" }} ],