Benjamin Tan
1427f7a1ae
Cleanup readme to make it easier to read/edit.
...
- Use `single backticks` consistently for inline code snippets.
- Add double linefeeds before level 2 headings.
- Add a single linefeed after each heading.
- Minor docs edits.
2018-02-14 18:36:18 +08:00
Benjamin Tan
d5f4edeeef
Merge pull request #1836 from RobertBaron/background-whitespace-uri
...
Allow whitespace on background-images, w3 compliance
2018-02-09 20:05:26 +08:00
Benjamin Tan
b2d532ea28
Allow users to customise MathJax options.
...
Ref. #1856 , #2006 , #2045 .
This is a more open approach to allow customisation of all MathJax options instead of select options only.
2018-02-08 20:54:21 +08:00
Benjamin Tan
7cd2c9138d
head.js: Remove source map URL since it doesn't exist.
...
This prevents additional requests from devtools when debugging code.
2018-02-08 11:22:11 +08:00
Benjamin Tan
18e7dd2173
Cleanup code style.
2018-02-08 11:22:01 +08:00
Benjamin Tan
fb97d99bff
Simplify Travis test script.
2018-02-08 11:20:41 +08:00
Benjamin Tan
496db06441
head.js: Remove source map URL since it doesn't exist.
...
This prevents additional requests from devtools when debugging code.
2018-02-07 13:04:15 +08:00
Benjamin Tan
7991693bde
Docs: add note on how to enable/disable preview links individually.
...
Closes #2005 .
2018-02-07 12:51:14 +08:00
Benjamin Tan
410f7767b9
Docs: mention that syntax highlighting requires CSS theme file.
...
Closes #2075 .
2018-02-06 22:34:25 +08:00
Benjamin Tan
57a4c45cf6
Docs: avoid recommending global Grunt installation.
...
Closes #1951 .
2018-02-06 22:12:35 +08:00
Benjamin Tan
80bc1971e0
Docs: Add note about Windows carriage returns.
...
Closes #1808 .
2018-02-06 19:39:03 +08:00
Benjamin Tan
4dabd439d2
Fix testing on Windows machines.
...
Windows carriage return line endings were not being tested for.
Fixes #2087 .
2018-02-01 20:28:20 +08:00
Benjamin Tan
f9d0766637
Update QUnit to 2.5.0 and grunt-contrib-qunit to 2.0.0.
2018-01-22 22:38:32 +08:00
Benjamin Tan
f0fa6fb226
Update grunt-contrib-uglify.
2018-01-22 22:38:30 +08:00
Benjamin Tan
e382d5cfab
Update dependencies.
2018-01-22 22:38:29 +08:00
Benjamin Tan
6816a0205e
Allow data-background images to load even if there is whitespace at the end.
...
Fixes #2032 .
2018-01-22 17:17:08 +08:00
Benjamin Tan
fd7894fa13
Allow JS files with query strings to be loaded.
...
Fixes #1944 .
2018-01-22 16:33:10 +08:00
Benjamin Tan
b294323854
Upgrade Grunt dependencies and standardise on a consistent file format.
...
Closes #1226 , #1538 .
2017-05-01 12:16:30 +08:00
Benjamin Tan
441a26cf90
Allow background images without protocols to have query hashes/parameters.
...
Closes #1603 .
2016-12-11 18:14:02 +08:00
Benjamin Tan
4d0f1adc40
Add note about head.js to readme.
...
Closes #1569 .
2016-12-11 16:29:07 +08:00
Benjamin Tan
90b301d0a0
Enable passing options for parsing Markdown.
...
Closes #1163 , #1495 .
2016-12-08 17:41:55 +08:00
Benjamin Tan
22de402888
Shift dependencies to devDependencies.
...
The `reveal.js` npm module is typically installed to access the CSS/JS
assets for Reveal.js. For those that want to run the plugins, they would
clone the whole repository. Hence, it doesn’t make sense to include
those as `dependencies`, which will increase download times.
Closes #1734 .
2016-12-08 15:26:16 +08:00
Benjamin Tan and Hakim El Hattab
713702a0ab
Reduce required Node.js version to 4.0.0.
...
The development workflow can be used with Node 4+, not just Node 6. We
should avoid showing warnings and errors when users are installing this
package via npm/yarn.
Ref. #1729 , #1743 .
Closes #1725 .
2016-12-06 11:38:17 +01:00
Benjamin Tan
03ac4a2e8e
Reduce required Node.js version to 4.0.0.
...
The development workflow can be used with Node 4+, not just Node 6. We
should avoid showing warnings and errors when users are installing this
package via npm/yarn.
Ref. #1729 , #1743 .
Closes #1725 .
2016-12-06 18:12:41 +08:00
Benjamin Tan
ac2a3fff75
Make PDF export section less OS X specific.
...
Closes #1073 .
2016-03-07 19:15:59 +08:00
Benjamin Tan
6d0b52026a
Fix query parameter issue in notes plugin.
...
Closes #1392 .
2016-03-06 18:28:08 +08:00
Benjamin Tan
9eb56f8146
Remove unused dependencies.
2016-03-06 16:52:02 +08:00