From 6fdca86d33ebe50dbad180b7fe32b0b9c7cc1848 Mon Sep 17 00:00:00 2001 From: Lloyd McKenzie Date: Sun, 31 Dec 2023 16:02:48 -0700 Subject: [PATCH] Added examples of fragement usage --- input/myig.xml | 27 +++++++++++++++++++++++++++ input/pagecontent/spec.md | 15 +++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/input/myig.xml b/input/myig.xml index 684787b..8a21c12 100644 --- a/input/myig.xml +++ b/input/myig.xml @@ -83,6 +83,33 @@ --> + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/input/pagecontent/spec.md b/input/pagecontent/spec.md index 21e9f4b..04f148c 100644 --- a/input/pagecontent/spec.md +++ b/input/pagecontent/spec.md @@ -2,3 +2,18 @@ You can also use markdown if that's your thing And an icon: ![resource](icon-resource.png) + + +You can also embed fragments of examples (or other resources) + +As JSON: + +{% include Patient-example-demo1-json-html.xhtml %} + +{% include Patient-example-demo2-json-html.xhtml %} + +or as XML: + +{% include Patient-example-demo1-xml-html.xhtml %} + +{% include Patient-example-demo2-xml-html.xhtml %}