The official chat room for Asciidoctor is now located at https://asciidoctor.zulipchat.com. Please join us there!
source-highlighter
with my prepress
pdf? <execution>
<id>process-asciidoc-pdf-prepress</id>
<phase>generate-resources</phase>
<goals>
<goal>process-asciidoc</goal>
</goals>
<configuration>
<attributes>
<media>prepress</media>
<pdf-style>default-for-print</pdf-style>
<source-highlighter/> <!-- doesn't work either -->
<source-highlighter>none</source-highlighter>
</attributes>
<backend>pdf</backend>
<outputDirectory>${project.build.directory}/pdf-prepress</outputDirectory>
<skip>false</skip>
</configuration>
</execution>
subs="normal"
)