wshuyi / markdown2slides

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

open command on windows 10 #4

Open dumushui opened 5 years ago

dumushui commented 5 years ago

1565841229750

windows cmd using "start" instead of "open"


- cmd = f"open {self.output_html}"
+ cmd = f"start {self.output_html}"
dumushui commented 5 years ago

I made it to works on my win10 x64 and I listed the process in my forked, see if it could help for you guys who are using windows like me