662abf1039
Markdown test fix contributed by kshefov Reviewed-by: jlaskey
6 lines
222 B
Plaintext
6 lines
222 B
Plaintext
<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>
|