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
Here is what I'm trying to do:
$ rst2html5 --jquery --reveal-js --pretty-print-code slides.rst > reveal.html
But it puts jQuery after Reveal and I get ReferenceError: $ is not defined errors. I'm running it on Python 3.5.
ReferenceError: $ is not defined
The text was updated successfully, but these errors were encountered:
Same here, but without trying to use reveal:
~/code >rst2html5 --version rst2html5 (Docutils 0.13.1 [release], Python 3.4.1, on darwin) ~/code >rst2html5 --jquery --pygments --pretty-print-code /tmp/foo.rst > /tmp/out.html
Sorry, something went wrong.
No branches or pull requests
Here is what I'm trying to do:
But it puts jQuery after Reveal and I get
ReferenceError: $ is not defined
errors. I'm running it on Python 3.5.The text was updated successfully, but these errors were encountered: