Added images and intro and notes examples as well as markdown
This commit is contained in:
parent
fedd72e386
commit
c299d8c029
BIN
input/images-source/Images.pptx
Normal file
BIN
input/images-source/Images.pptx
Normal file
Binary file not shown.
BIN
input/images/anImage.png
Normal file
BIN
input/images/anImage.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
@ -59,7 +59,7 @@
|
||||
<page>
|
||||
<nameUrl value="spec.html"/>
|
||||
<title value="Detailed Specification"/>
|
||||
<generation value="html"/>
|
||||
<generation value="markdown"/>
|
||||
</page>
|
||||
<page>
|
||||
<nameUrl value="downloads.html"/>
|
||||
|
||||
@ -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>
|
||||
2
input/pagecontent/ext-myExtension-intro.md
Normal file
2
input/pagecontent/ext-myExtension-intro.md
Normal file
@ -0,0 +1,2 @@
|
||||
###Introduction
|
||||
Introductory guidance on myExtension
|
||||
2
input/pagecontent/ext-myExtension-note.md
Normal file
2
input/pagecontent/ext-myExtension-note.md
Normal file
@ -0,0 +1,2 @@
|
||||
### Notes
|
||||
Usage notes on myExtension
|
||||
5
input/pagecontent/somePatientProfile-intro.xml
Normal file
5
input/pagecontent/somePatientProfile-intro.xml
Normal 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>
|
||||
@ -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>
|
||||
2
input/pagecontent/spec.md
Normal file
2
input/pagecontent/spec.md
Normal file
@ -0,0 +1,2 @@
|
||||
###A Heading
|
||||
You can also use markdown if that's your thing
|
||||
Loading…
Reference in New Issue
Block a user