-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
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
source highlighter rouge is not working with asciidoctorj 2.0.0 #261
Labels
Milestone
Comments
This is plainly, because reveal.js itselfs only bundles You need to add new themews into Alternatively directly link to the CSS, i.e. like:
|
I think we should support Rouge out-of-box. The syntax highlighting API changed in Asciidoctor 2.0.0 and we need to update the template accordingly: |
ggrossetie
added a commit
to ggrossetie/asciidoctor-reveal.js
that referenced
this issue
Dec 9, 2019
…d in Asciidoctor 2.0.0 If syntax_highlighter method is not available fallback to the "legacy" custom syntax highlighting.
ggrossetie
added a commit
to ggrossetie/asciidoctor-reveal.js
that referenced
this issue
Dec 9, 2019
…d in Asciidoctor 2.0.0 If syntax_highlighter method is not available fallback to the "legacy" custom syntax highlighting.
ggrossetie
added a commit
to ggrossetie/asciidoctor-reveal.js
that referenced
this issue
Dec 9, 2019
…d in Asciidoctor 2.0.0 If syntax_highlighter method is not available fallback to the "legacy" custom syntax highlighting.
ggrossetie
added a commit
to ggrossetie/asciidoctor-reveal.js
that referenced
this issue
Dec 10, 2019
…d in Asciidoctor 2.0.0
ggrossetie
added a commit
to ggrossetie/asciidoctor-reveal.js
that referenced
this issue
Dec 10, 2019
…d in Asciidoctor 2.0.0
ggrossetie
added a commit
to ggrossetie/asciidoctor-reveal.js
that referenced
this issue
Dec 10, 2019
…d in Asciidoctor 2.0.0
obilodeau
added a commit
that referenced
this issue
Dec 10, 2019
…i-2-0 resolves #261 use the new syntax highlighter API
Fixed by merging #287. Will be part of the next release. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried with asciidoctor-revealjs 2.0.0 and revealjs 3.5.0 as suggested in the asciidoctor maven examples.
It renders as
I expected rouge support to be working with revealjs.
The text was updated successfully, but these errors were encountered: