Merge branch 'develop' into feature/asciidoc_syntax_highlight
This commit is contained in:
commit
4392150561
@ -98,6 +98,7 @@ public class AsciiDoctorTemplateResolver extends TemplateResolver {
|
|||||||
private Map<String, Object> createAttributes() {
|
private Map<String, Object> createAttributes() {
|
||||||
Map<String, Object> attributes = Maps.newHashMap();
|
Map<String, Object> attributes = Maps.newHashMap();
|
||||||
attributes.put("source-highlighter", "coderay");
|
attributes.put("source-highlighter", "coderay");
|
||||||
|
attributes.put("backend", "xhtml");
|
||||||
|
|
||||||
Map<String, Object> options = Maps.newHashMap();
|
Map<String, Object> options = Maps.newHashMap();
|
||||||
options.put("attributes", attributes);
|
options.put("attributes", attributes);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user