We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a96c0c6 commit 6029981Copy full SHA for 6029981
plugins/octopress_filters.rb
@@ -24,12 +24,12 @@ module Jekyll
24
class ContentFilters < PostFilter
25
include OctopressFilters
26
def pre_render(post)
27
- if post.ext.match('html|textile|markdown|haml|slim|xml')
+ if post.ext.match('html|textile|markdown|md|haml|slim|xml')
28
post.content = pre_filter(post.content)
29
end
30
31
def post_render(post)
32
33
post.content = post_filter(post.content)
34
35
0 commit comments