- May 14, 2018
-
-
Daniel Panero authored
I added the same jshint configuration/rules in package.json and I replaced some old function with arrow function to improve legibility
-
- Mar 11, 2018
- Mar 05, 2018
-
-
Hakim El Hattab authored
-
- Feb 22, 2018
-
- Feb 12, 2018
-
-
Hakim El Hattab authored
-
- Feb 10, 2018
-
-
John Muccigrosso authored
-
- Feb 09, 2018
-
-
Benjamin Tan authored
Allow whitespace on background-images, w3 compliance
-
- Feb 08, 2018
-
-
Benjamin Tan authored
This prevents additional requests from devtools when debugging code.
-
Benjamin Tan authored
-
Benjamin Tan authored
-
- Feb 07, 2018
-
-
Hakim El Hattab authored
-
Benjamin Tan authored
Closes #2005.
-
- Feb 06, 2018
-
-
Benjamin Tan authored
Closes #2075.
-
Benjamin Tan authored
Closes #1951.
-
Benjamin Tan authored
Closes #1808.
-
- Feb 01, 2018
-
-
Benjamin Tan authored
Windows carriage return line endings were not being tested for. Fixes #2087.
-
- Jan 25, 2018
-
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
- Jan 24, 2018
-
-
Hakim El Hattab authored
Update dependencies.
-
- Jan 22, 2018
-
-
Benjamin Tan authored
-
Benjamin Tan authored
-
Benjamin Tan authored
-
Hakim El Hattab authored
Allow `data-background` images to load even if there is whitespace at…
-
Benjamin Tan authored
Fixes #2032.
-
Hakim El Hattab authored
Allow JS files with query strings to be loaded.
-
Benjamin Tan authored
Fixes #1944.
-
- Jan 21, 2018
-
-
Dougal J. Sutherland authored
-
- Jan 04, 2018
-
-
Dougal J. Sutherland authored
-
- Dec 04, 2017
-
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
Hakim El Hattab authored
Block F5 in speaker notes window, avoid disconnects
-
- Dec 02, 2017
-
-
Dariusz Rumiński authored
Ignore lock file of newer node versions
-
- Dec 01, 2017
-
-
Hakim El Hattab authored
Allow tex2jax options to be passed into math plugin.
-
- Nov 30, 2017
-
-
John MacFarlane authored
Closes #2026. This does not change the default behavior of the math plugin, but it allows $ delimiters to be disabled (which is usually what you want, since otherwise normal uses of $ for currency get treated as math delimiters). To use: Reveal.initialize({ math: { tex2jax: { inlineMath: [['\\(','\\)']], skipTags: ['script','noscript','style', 'textarea','pre'] } }, etc. });
-
- Nov 29, 2017
-
-
Hakim El Hattab authored