mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-16 06:05:00 -05:00
Allow .md for markdown files.
This commit is contained in:
parent
f64fa33d69
commit
b555d00fb5
@ -17,7 +17,7 @@ module Jekyll
|
||||
class ContentFilters < PostFilter
|
||||
include OctopressFilters
|
||||
def pre_render(post)
|
||||
if post.ext.match('html|textile|markdown|haml|slim|xml')
|
||||
if post.ext.match('html|textile|markdown|md|haml|slim|xml')
|
||||
post.content = pre_filter(post.content, post.ext)
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user