We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116adfa commit db77298Copy full SHA for db77298
doc-extension.groovy
@@ -1,7 +1,7 @@
1
// Preprocessor for since/until roles in pdf backend (in html5 backed this is handled using CSS)
2
preprocessor {
3
document, reader ->
4
- if (!document.basebackend('pdf')) {
+ if (document.getAttribute('backend') != 'pdf') {
5
println 'skipping since/until preprocessor for non-PDF'
6
return
7
}
0 commit comments