aboutsummaryrefslogtreecommitdiff
path: root/test/script/markdown/images.js.EXPECTED
blob: 7df585521d99d8f6613493e5b70e9101e9d90daf (plain)
1
2
3
4
5
<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>