README.adoc in asciidoctor-revealjs-1.0.2 vs README.adoc in asciidoctor-revealjs-1.0.3
- old
+ new
@@ -529,9 +529,28 @@
font-family: 'Baloo Bhai', cursive;
font-size: 4em;
}
----
+=== Admonitions
+
+Asciidoctor font-based http://asciidoctor.org/docs/user-manual/#admonition[admonitions] are supported.
+Make sure to add the following attribute to your document:
+
+----
+:icons: font
+----
+
+Here is an example slide:
+
+----
+== But first
+
+WARNING: This presentation is dangerous!
+----
+
+Here are details about Asciidoctor's http://asciidoctor.org/docs/user-manual/#admonition-icons[Admonition icons] support.
+
// FIXME this is no longer accurate
== About Jade Templates
`/templates/jade` directory contains jade template files they are ported from `/templates/slim` templates. These templates were written to support the reveal.js converter for Asciidoctor.js environment that is currently using in https://github.com/asciidocfx/AsciidocFX[AsciidocFX] editor. You can look at the https://github.com/asciidocfx/asciidoctor.js-reveal-demo[demo].