1
0
Fork 0
forked from wezm/wezm.net

Add mkdn to text formats

This commit is contained in:
Wesley Moore 2010-08-04 12:52:13 +10:00
parent 6f48711c78
commit 2c80330a7f

View file

@ -2,7 +2,7 @@
# A list of file extensions that nanoc will consider to be textual rather than # 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 # binary. If an item with an extension not in this list is found, the file
# will be considered as binary. # 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 # 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 # can be an absolute path starting with a slash, but it can also be path