Testing css

Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/1d0c603d
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/1d0c603d
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/1d0c603d

Branch: refs/heads/master
Commit: 1d0c603d82a80c5818c3f660a8844c11ff6d9b26
Parents: ca5b624
Author: Ryan McGuinness <[email protected]>
Authored: Sun Dec 16 19:34:18 2018 -0500
Committer: Ryan McGuinness <[email protected]>
Committed: Sun Dec 16 19:34:18 2018 -0500

----------------------------------------------------------------------
 examples/access-timeout-meta/README.adoc | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/1d0c603d/examples/access-timeout-meta/README.adoc
----------------------------------------------------------------------
diff --git a/examples/access-timeout-meta/README.adoc 
b/examples/access-timeout-meta/README.adoc
index 99ab2e8..56494e6 100644
--- a/examples/access-timeout-meta/README.adoc
+++ b/examples/access-timeout-meta/README.adoc
@@ -2,6 +2,13 @@
 :index-group: Meta-Annotations
 :jbake-type: page
 :jbake-status: status=published
+ifdef::env-github[]
+:tip-caption: :bulb:
+:note-caption: :information_source:
+:important-caption: :heavy_exclamation_mark:
+:caution-caption: :fire:
+:warning-caption: :warning:
+endif::[]
 
 == Introduction
 
@@ -24,7 +31,7 @@ then be centralized in the `api` package and changes to 
timeout values will be l
 An interesting side-effect of this approach is that if the `api` package where 
the meta-annotation definitions exist is kept in a separate jar as well, then 
one can effectively
 change the configuration of an entire application by simply replacing the 
`api` jar.
 
-=== @Metatype [.small]The "root" Meta-Annotation
+=== @Metatype [.small]#The "root" Meta-Annotation#
 
 As with all meta-annotation usage, you first need to create your own "root" 
meta-annotation.  This is as easy as creating an annotation
 named `Metatype` that is annotated with itself and has 
`ElementType.ANNOTATION_TYPE` as its target.

Reply via email to