From 336bcdc05545502d3d1413d4b74fe9ffef82ffb5 Mon Sep 17 00:00:00 2001 From: Mark Young Date: Thu, 1 Sep 2016 13:43:04 -0600 Subject: docs: Fix "Cautions" title 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loader/LoaderAndLayerInterface.md') diff --git a/loader/LoaderAndLayerInterface.md b/loader/LoaderAndLayerInterface.md index 8bb07d58..22d5520f 100644 --- a/loader/LoaderAndLayerInterface.md +++ b/loader/LoaderAndLayerInterface.md @@ -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: +Cautions Layers are generally discouraged from wrapping objects, because of the potential for incompatibilities with new extensions. For example, let's say -- cgit v1.2.3