Show More
@@ -61,12 +61,12 b' The currently supported export formats are:' | |||||
61 | * ``--to slides`` |
|
61 | * ``--to slides`` | |
62 |
|
62 | |||
63 | This generates a Reveal.js HTML slideshow. |
|
63 | This generates a Reveal.js HTML slideshow. | |
64 | It must be served by an HTTP server. The easiest way to do this is adding |
|
64 | It must be served by an HTTP server. The easiest way to do this is adding | |
65 | ``--post serve`` on the command-line. The ``serve`` post-processor |
|
65 | ``--post serve`` on the command-line. The ``serve`` post-processor proxies | |
66 |
|
|
66 | Reveal.js requests to a CDN if no local Reveal.js library is present. | |
67 | For low connectivity environments, just place the Reveal.js library in the |
|
67 | To make slides that don't require an internet connection, just place the | |
68 |
same directory where your_talk.slides.html is located |
|
68 | Reveal.js library in the same directory where your_talk.slides.html is located, | |
69 | directory using the ``--reveal-prefix`` alias. |
|
69 | or point to another directory using the ``--reveal-prefix`` alias. | |
70 |
|
70 | |||
71 | * ``--to markdown`` |
|
71 | * ``--to markdown`` | |
72 |
|
72 |
General Comments 0
You need to be logged in to leave comments.
Login now