-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
Milestone
Description
Overview
#770 introduced support for generating a PDF version of the User Guide and initially attempted to use Rouge syntax highlighting but stopped short of doing so for the HTML version since Rouge is not yet supported for the html5 backend in Asciidoctor.
The reason we say "initially" is that we have now stopped using Rouge due to a bug that prevents it from being used on MS Windows. See rouge-ruby/rouge#661 for details.
Related Issues
Deliverables
- Upgrade to Asciidoctor 1.5.7 once Integrate Rouge for source highlighting asciidoctor/asciidoctor#1040 has been resolved.
- Change from
coderaytorougefor syntax highlighting in the HTML and PDF versions of the User Guide once Rouge fails to load using JRuby on Windows rouge-ruby/rouge#661 has been resolved.