We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a96c0c6 + 6029981 commit 89701e1Copy full SHA for 89701e1
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