mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-15 09:04:04 +02:00
5 lines
287 B
HTML
5 lines
287 B
HTML
|
<p>Some text, not an image, so it should remain escaped:</p>
|
||
|
<p><img src="http://test.com/image.png" /></p>
|
||
|
<p><p class="testing">Paragraph example</p>
|
||
|
<p>But this is code so it can be unescaped:</p>
|
||
|
<pre><code><img src="http://test.com/image.png" /></code></pre>
|