Closed OiNutter closed 11 years ago
I've added a module level method that sets the PANDOC_PATH as using the PANDOC_PATH = 'blah' method wasn't working as described in #5. I've also set the default PANDOC_PATH to just pandoc as discussed in #3
PANDOC_PATH = 'blah'
pandoc
Closing this as changes have been merged to yoavram's pull request #7
I've added a module level method that sets the PANDOC_PATH as using the
PANDOC_PATH = 'blah'
method wasn't working as described in #5. I've also set the default PANDOC_PATH to justpandoc
as discussed in #3