Add `.mkdown` as valid Markdown extension
GitHub Linguist recognizes `.mkdown` as Markdown, so Jekyll should support it as Jekyll is used on GitHub pages.
This commit is contained in:
parent
7b1321d002
commit
699066ef85
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue