|
23 | 23 | <!-- NOTE: Cannot include comments within the section tag... --> |
24 | 24 | <section |
25 | 25 | data-markdown="content/slides.md" |
26 | | - data-separator="^\r?\n---\r?\n" |
| 26 | + data-separator="^\r?\n---\r?\n" |
27 | 27 | data-separator-vertical="^\r?\n===\r?\n" |
28 | | - data-separator-notes="^[Nn]otes?:" |
| 28 | + data-separator-notes="^[Nn]otes?:" |
29 | 29 | ></section> |
30 | 30 | </div> |
31 | 31 | </div> |
|
46 | 46 | // Converts quotes into smart quotes, and elipses into the proper HTML entity, etc... |
47 | 47 | smartypants: true, |
48 | 48 | }, |
49 | | - slideNumber: true, |
50 | | - hasOneBasedIndex: true, |
51 | | - mouseWheel: true, |
52 | | - previewLinks: false, // Almost no sites allow this... |
53 | | - transition: 'slide', // none/fade/slide/convex/concave/zoom |
54 | | - pdfMaxPagesPerSlide: 1, |
55 | | - hideInactiveCursor: true, |
56 | | - hideCursorTime: 3000, |
| 49 | + slideNumber: true, |
| 50 | + hasOneBasedIndex: true, |
| 51 | + mouseWheel: true, |
| 52 | + previewLinks: false, // Almost no sites allow this... |
| 53 | + transition: "slide", // none/fade/slide/convex/concave/zoom |
| 54 | + pdfMaxPagesPerSlide: 1, |
| 55 | + hideInactiveCursor: true, |
| 56 | + hideCursorTime: 3000, |
57 | 57 |
|
58 | 58 | // Learn about plugins: https://revealjs.com/plugins/ |
59 | | - plugins: [RevealMarkdown, RevealHighlight, RevealNotes, RevealSearch, RevealZoom], |
| 59 | + plugins: [ |
| 60 | + RevealMarkdown, |
| 61 | + RevealHighlight, |
| 62 | + RevealNotes, |
| 63 | + RevealSearch, |
| 64 | + RevealZoom, |
| 65 | + ], |
60 | 66 | }); |
61 | 67 | </script> |
62 | 68 | </body> |
|
0 commit comments