I'm using middleman
and redcarpet
for markdown rendering
In my markdown file
, I used helpers
.
If I save that file with .md
extension, helpers
did not work.
If I save that file with .md.erb
extension, it works fine.
But I want to save file with .md
extension.