Ver Fonte

Fixed missing file extension.

mitm há 7 anos atrás
pai
commit
fe4d71f147
1 ficheiros alterados com 20 adições e 0 exclusões
  1. 20 0
      src/docs/asciidoc/wiki/admonitions.adoc

+ 20 - 0
src/docs/asciidoc/wiki/admonitions.adoc

@@ -0,0 +1,20 @@
+= Admonition Definitions
+:author: mitm
+:revnumber:
+:revdate: 2017-09-08T23:24:11.262Z
+:relfileprefix: ../
+:imagesdir: ..
+:experimental:
+ifdef::env-github,env-browser[:outfilesuffix: .adoc]
+
+
+
+NOTE: This is a Note Admonition. They are used to give you additionl information about the topic at hand.
+
+TIP: This is a Tip Admonition. They are intended to give you a small but useful piece of practical advice.
+
+IMPORTANT: This is an Important Admonition. This means the information is of great significance or value and should not be ignored.
+
+CAUTION: This is a Caution Admonition. When you see these you should pay particular attention to the information and care should be taken to avoid mistakes.
+
+WARNING: This is a Warning Admonition. The information should be taken very seriously and indicates a possible problem, or other unpleasant situation may arrise if ignored.