We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http://reveal-js.meteor.com/#/8 is blank. I doubt any plugins work since none are mentioned in package.js.
package.js
markdown.js and marked.js from https://github.com/hakimel/reveal.js/tree/master/plugin/markdown must be loaded for Markdown slides to work, but I'm not sure how to properly load them. marked.js must be loaded first.
markdown.js
marked.js
See also: https://github.com/hakimel/reveal.js#dependencies.
( moved from neo-technologies/meteor-reveal-js-demo#2 )
The text was updated successfully, but these errors were encountered:
Resolving #6 should resolve this too.
Sorry, something went wrong.
No branches or pull requests
http://reveal-js.meteor.com/#/8 is blank. I doubt any plugins work since none are mentioned in
package.js
.markdown.js
andmarked.js
from https://github.com/hakimel/reveal.js/tree/master/plugin/markdown must be loaded for Markdown slides to work, but I'm not sure how to properly load them.marked.js
must be loaded first.See also: https://github.com/hakimel/reveal.js#dependencies.
( moved from neo-technologies/meteor-reveal-js-demo#2 )
The text was updated successfully, but these errors were encountered: