Skip to content

Commit

Permalink
Merge branch 'develop' into feature/asciidoc_syntax_highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaars authored Dec 16, 2016
2 parents 6fa8949 + bfe06f9 commit 4392150
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ public InputStream getResourceAsStream(TemplateProcessingParameters params, Stri
private Map<String, Object> createAttributes() {
Map<String, Object> attributes = Maps.newHashMap();
attributes.put("source-highlighter", "coderay");
attributes.put("backend", "xhtml");

Map<String, Object> options = Maps.newHashMap();
options.put("attributes", attributes);
Expand Down

0 comments on commit 4392150

Please sign in to comment.