Revamped to use new template, improved documentation and fixed a number of rendering issues
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
<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>
|
||||
<img src="anImage.png" alt="A sample image"/>
|
||||
<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">
|
||||
<h3>Heading 1</h3>
|
||||
<p>
|
||||
Some text
|
||||
</p>
|
||||
</div>
|
||||
<h3>Heading 2</h3>
|
||||
<p>
|
||||
<img height="600" src="anImage.png" alt="A sample image"/>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user