1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-18 09:35:20 +02:00
joplin/CliClient/tests/html_to_md/text_with_escaped_html.md

11 lines
245 B
Markdown
Raw Normal View History

Some text, not an image, so it should remain escaped:
<img src="http://test.com/image.png" />
<p class="testing">Paragraph example</p>
But this is code so it can be unescaped:
```
<img src="http://test.com/image.png" />
```