This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<!-- This Gist shows fragments you can add to a Reveal.js template to be able to jump between slides --> | |
<!-- Jumping is done by hitting the 'G' key. A popup appears where you can enter a series of slide --> | |
<!-- indices. If valid, Reveal.js will navigate to that slide. --> | |
<!-- The input requires input to match the regex ^\d+(\/\d+)?$ The first number is the horizontal index --> | |
<!-- and the optional second number is a vertical index --> | |
<head> | |
<!-- ... Reveal.js initializers --> | |
</head> | |
<body> |