Added images and intro and notes examples as well as markdown

This commit is contained in:
Lloyd McKenzie 2019-09-11 14:45:14 -04:00
parent fedd72e386
commit c299d8c029
9 changed files with 14 additions and 3 deletions

Binary file not shown.

BIN
input/images/anImage.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

View File

@ -59,7 +59,7 @@
<page> <page>
<nameUrl value="spec.html"/> <nameUrl value="spec.html"/>
<title value="Detailed Specification"/> <title value="Detailed Specification"/>
<generation value="html"/> <generation value="markdown"/>
</page> </page>
<page> <page>
<nameUrl value="downloads.html"/> <nameUrl value="downloads.html"/>

View File

@ -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"> <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> <p>
To do <img src="anImage.png" alt="A sample image"/>
</p> </p>
</div> </div>

View File

@ -0,0 +1,2 @@
###Introduction
Introductory guidance on myExtension

View File

@ -0,0 +1,2 @@
### Notes
Usage notes on myExtension

View File

@ -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>

View File

@ -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"> <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> <p>
To do Usage notes on the patient profile
</p> </p>
</div> </div>

View File

@ -0,0 +1,2 @@
###A Heading
You can also use markdown if that's your thing