Merge branch 'develop' into feature/asciidoc_syntax_highlight

This commit is contained in:
Nanne 2016-12-16 16:44:42 +01:00 committed by GitHub
commit 4392150561

View File

@ -98,6 +98,7 @@ public class AsciiDoctorTemplateResolver extends TemplateResolver {
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);