nashorn/test/script/markdown/images.js.EXPECTED
author aefimov
Fri, 16 Oct 2015 19:05:49 +0300
changeset 32997 98b3acb676c2
parent 22371 e6b607104dc6
permissions -rw-r--r--
8073519: schemagen does not report errors while generating xsd files Reviewed-by: dfuchs

<p><img src="/path/to/img.jpg" alt="Alt text" title="" /></p>

<p><img src="/path/to/img.jpg" alt="Alt text" title="Optional title" /></p>

<p><img src="url/to/image" alt="Alt text" title="Optional title attribute" /></p>