Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
Use font-based icons for admonitions
Browse files Browse the repository at this point in the history
This change causes NOTE, TIP, and other admonitions to be rendered with
pretty icons instead of plain text.

See:
 - https://asciidoctor.org/docs/user-manual/#admonition
 - https://asciidoctor.org/docs/user-manual/#admonition-icons
  • Loading branch information
cbeams committed Apr 12, 2018
1 parent 9d5c248 commit a87e030
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ asciidoctor {
}

attributes 'source-highlighter': 'coderay',
icons : 'font',
idprefix : '',
idseparator : '-',
docinfo1 : ''
Expand Down

0 comments on commit a87e030

Please sign in to comment.