Add github custom admonition icons
This commit is contained in:
parent
b7e7db8d08
commit
9ed5ae5701
1 changed files with 7 additions and 0 deletions
|
@ -1,5 +1,12 @@
|
|||
= Snake
|
||||
Gabriel Augendre <gabriel@augendre.info>
|
||||
ifdef::env-github[]
|
||||
:tip-caption: :bulb:
|
||||
:note-caption: :information_source:
|
||||
:important-caption: :heavy_exclamation_mark:
|
||||
:caution-caption: :fire:
|
||||
:warning-caption: :warning:
|
||||
endif::[]
|
||||
:toc:
|
||||
|
||||
== Dependencies
|
||||
|
|
Loading…
Reference in a new issue