haml / haml-rails

let your Gemfile do the talking
MIT License
1.04k stars 169 forks source link

‘No such file or directory - pandoc’ when trying to use :markdown filter #129

Closed humphreybc closed 7 years ago

humphreybc commented 7 years ago

I am trying to use the :markdown filter with haml-rails 0.9 on Rails 5.0.2.

When I first tried to use Markdown in a HAML file, it said it needed pandoc-ruby as a dependency, so I added that to my Gemfile. However, now when I try to use :markdown inside my file, I am getting the following error:

screen shot 2017-04-19 at 9 52 34 am

syguer commented 7 years ago

@humphreybc Is Pandoc installed? http://pandoc.org/installing.html