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
After upgrading from RC01 to 2.0.0 I see that my custom rouge style does not get applied anymore.
<execution> <id>generate-slides</id> <phase>process-resources</phase> <goals> <goal>process-asciidoc</goal> </goals> <configuration> <requires> <require>${project.build.directory}/out/rouge/custom.rb</require> </requires> <sourceDocumentName>${source.document}.adoc</sourceDocumentName> <outputDirectory>${project.slides.directory}</outputDirectory> <outputFile>${project.slides.directory}/${source.document}.html</outputFile> <backend>revealjs</backend> <sourceHighlighter>rouge</sourceHighlighter> <attributes> <rouge-css>style</rouge-css> <rouge-style>custom</rouge-style> <project-version>${project.version}</project-version> <customcss>assets/custom.css</customcss> </attributes> </configuration> </execution>
Do I need any changes in my config?
The text was updated successfully, but these errors were encountered:
Some options have been moved, refer to the migration guide: https://github.com/asciidoctor/asciidoctor-maven-plugin/blob/master/docs/v2-migration-guide.adoc.
I'll add a note in the main README to make it more visible.
Sorry, something went wrong.
Btw, if you are building slides with reveal, you may need to set the jruby version explicitely to 9.2.9.0. Check the example https://github.com/asciidoctor/asciidoctor-maven-examples/blob/master/asciidoc-to-revealjs-example/pom.xml.
Thanks for helping me out with that!
No branches or pull requests
After upgrading from RC01 to 2.0.0 I see that my custom rouge style does not get applied anymore.
Do I need any changes in my config?
The text was updated successfully, but these errors were encountered: