Merge pull request #2048 from ZDroid/mkdown-ext

This commit is contained in:
Parker Moore 2014-02-15 17:27:52 -05:00
commit d36d1f3cc0
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ module Jekyll
'exclude' => [], 'exclude' => [],
'paginate_path' => '/page:num', 'paginate_path' => '/page:num',
'markdown_ext' => 'markdown,mkd,mkdn,md', 'markdown_ext' => 'markdown,mkdown,mkdn,mkd,md',
'textile_ext' => 'textile', 'textile_ext' => 'textile',
'port' => '4000', 'port' => '4000',