From 2c80330a7f667c692ec6bbdef076a6826a667e95 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Wed, 4 Aug 2010 12:52:13 +1000 Subject: [PATCH] Add mkdn to text formats --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index b92f01c..3239022 100644 --- a/config.yaml +++ b/config.yaml @@ -2,7 +2,7 @@ # A list of file extensions that nanoc will consider to be textual rather than # binary. If an item with an extension not in this list is found, the file # will be considered as binary. -text_extensions: [ 'css', 'erb', 'haml', 'htm', 'html', 'js', 'json', 'less', 'markdown', 'md', 'php', 'rb', 'sass', 'txt', 'xhtml', 'xml' ] +text_extensions: [ 'css', 'erb', 'haml', 'htm', 'html', 'js', 'json', 'less', 'markdown', 'mkdn', 'md', 'php', 'rb', 'sass', 'txt', 'xhtml', 'xml' ] # The path to the directory where all generated files will be written to. This # can be an absolute path starting with a slash, but it can also be path