Skip to content

Commit e37a30f

Browse files
committed
improve Asciidoc output with icons:fonts setting
1 parent 9bab984 commit e37a30f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

grails-docs/src/main/groovy/grails/doc/asciidoc/AsciiDocEngine.groovy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ class AsciiDocEngine extends DocEngine {
2222
.headerFooter(false)
2323
.attributes(
2424
'imagesdir': '../img',
25-
'source-highlighter':'coderay'
25+
'source-highlighter':'coderay',
26+
'icons':'font'
2627
)
2728
.get()
2829
)

0 commit comments

Comments
 (0)