wshuyi / markdown2slides

Tools for converting Markdown Source File to Reveal.js HTML5 slides
97 stars 20 forks source link

temp.html is not found! #2

Open monster-xie opened 5 years ago

monster-xie commented 5 years ago

image

drrui commented 5 years ago

I have the same problem... Did you solve it? @monster-xie

0verflew commented 5 years ago

I have the same problem...

zi-NaN commented 5 years ago

I believe this problem is caused as in the code, the pandoc path is fixed to a macOS default path. You can try to open the revealjs_conventer.py and go to the line 51, change \usr\local\bin\pandoc to your path to pandoc or just change it to pandoc if you can run pandoc in command line directly.