Skip to content

Commit

Permalink
Correct the use of source-highligther attribute (asciidoctor#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysb33r committed Apr 1, 2019
1 parent d00b360 commit 92d7a17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ class AsciidoctorJRevealJSTask extends AbstractAsciidoctorTask {
}
}

attrs.put 'source-highlighter@', 'highlightjs'
attrs.put 'source-highlighter', 'highlightjs'
attrs
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 2.1.0-SNAPSHOT
version = 2.0.1
group = org.asciidoctor
sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down

0 comments on commit 92d7a17

Please sign in to comment.