docs: Fix "Cautions" title
authorMark Young <marky@lunarg.com>
Thu, 1 Sep 2016 19:43:04 +0000 (13:43 -0600)
committerMark Young <marky@lunarg.com>
Thu, 1 Sep 2016 19:43:04 +0000 (13:43 -0600)
GitHub Markdown doesn't support the sub-section we tried to use.
Instead, make this plain text, underlined and bolded.

Change-Id: Id20275c79f06b59c39ab9a9d118ddcbea6110ffa

loader/LoaderAndLayerInterface.md

index 8bb07d5..22d5520 100644 (file)
@@ -1514,7 +1514,7 @@ struct my_wrapped_instance_obj_ {
 Layers that wrap dispatchable objects must follow the guidelines for creating
 new dispatchable objects (below).
 
-####### Cautions:
+<u><b>Cautions</b></u>
 
 Layers are generally discouraged from wrapping objects, because of the
 potential for incompatibilities with new extensions.  For example, let's say