mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Add mkdn to text extensions in config
This commit is contained in:
parent
81e87543a9
commit
1d84e0e583
1 changed files with 1 additions and 1 deletions
|
@ -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', 'md', 'mkdn', '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
|
||||||
|
|
Loading…
Reference in a new issue