Changed note text to Admonition.
@@ -18,7 +18,10 @@ Collection<Caps> caps = renderer.getCaps();
Logger.getLogger(HelloWorld.class.getName()).log(Level.INFO, “Caps: {0}”, caps.toString());
----
-*Note:* Replace `HelloWorld` by the name of the class where you are using this line.
+[NOTE]
+====
+Replace `HelloWorld` by the name of the class where you are using this line.
== Examples