diff --git a/input/images-source/Images.pptx b/input/images-source/Images.pptx new file mode 100644 index 0000000..8ca3bfa Binary files /dev/null and b/input/images-source/Images.pptx differ diff --git a/input/images/anImage.png b/input/images/anImage.png new file mode 100644 index 0000000..ca71b84 Binary files /dev/null and b/input/images/anImage.png differ diff --git a/input/myig.xml b/input/myig.xml index 200f129..b63c559 100644 --- a/input/myig.xml +++ b/input/myig.xml @@ -59,7 +59,7 @@ - <generation value="html"/> + <generation value="markdown"/> </page> <page> <nameUrl value="downloads.html"/> diff --git a/input/pagecontent/background.xml b/input/pagecontent/background.xml index dc4eb2e..7c8382d 100644 --- a/input/pagecontent/background.xml +++ b/input/pagecontent/background.xml @@ -1,5 +1,5 @@ <div xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas-r5/fhir-single.xsd"> <p> - To do + <img src="anImage.png" alt="A sample image"/> </p> </div> \ No newline at end of file diff --git a/input/pagecontent/ext-myExtension-intro.md b/input/pagecontent/ext-myExtension-intro.md new file mode 100644 index 0000000..a1a8467 --- /dev/null +++ b/input/pagecontent/ext-myExtension-intro.md @@ -0,0 +1,2 @@ +###Introduction +Introductory guidance on myExtension \ No newline at end of file diff --git a/input/pagecontent/ext-myExtension-note.md b/input/pagecontent/ext-myExtension-note.md new file mode 100644 index 0000000..72ca76e --- /dev/null +++ b/input/pagecontent/ext-myExtension-note.md @@ -0,0 +1,2 @@ +### Notes +Usage notes on myExtension \ No newline at end of file diff --git a/input/pagecontent/somePatientProfile-intro.xml b/input/pagecontent/somePatientProfile-intro.xml new file mode 100644 index 0000000..8182280 --- /dev/null +++ b/input/pagecontent/somePatientProfile-intro.xml @@ -0,0 +1,5 @@ +<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas-r5/fhir-single.xsd"> + <p> + Introductory guidance on the patient profile + </p> +</div> \ No newline at end of file diff --git a/input/pagecontent/spec.xml b/input/pagecontent/somePatientProfile-notes.xml similarity index 81% rename from input/pagecontent/spec.xml rename to input/pagecontent/somePatientProfile-notes.xml index dc4eb2e..7b7acbd 100644 --- a/input/pagecontent/spec.xml +++ b/input/pagecontent/somePatientProfile-notes.xml @@ -1,5 +1,5 @@ <div xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas-r5/fhir-single.xsd"> <p> - To do + Usage notes on the patient profile </p> </div> \ No newline at end of file diff --git a/input/pagecontent/spec.md b/input/pagecontent/spec.md new file mode 100644 index 0000000..3323b3e --- /dev/null +++ b/input/pagecontent/spec.md @@ -0,0 +1,2 @@ +###A Heading +You can also use markdown if that's your thing \ No newline at end of file