-
Notifications
You must be signed in to change notification settings - Fork 861
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
how to render remark locally? #234
Comments
The discussion on this issue may help you #222 |
As mentioned by @junderhill this is covered in #222. What you need to do, is typically to download remark-latest.min.js, put it in the folder next to your HTML slideshow file, and change the URL in <!-- OLD -->
<script src="https://gnab.github.io/remark/downloads/remark-latest.min.js">
<!-- NEW -->
<script src="remark-latest.min.js"> |
I also posted a detailed list of instructions on #194 |
Please reopen if you have any more issues. |
Do you have any advice on how to use remark plugins offline and locally ? I've managed for example to produce a |
@matclab I'm using the latest version of Decktape on OSX (simply git clone their repo) and it's working great for me. |
how to generate HTML slides so people can use it offline?
The text was updated successfully, but these errors were encountered: