1
0
mirror of https://tildegit.org/sbgodin/HtmGem.git synced 2023-08-25 13:53:12 +02:00
HtmGem/tests/files_with_html/quotes.gmi.html
2021-03-24 10:53:12 +01:00

28 lines
385 B
HTML

<p>This text is made of empty quotes&#8239;:</p>
<blockquote>
&nbsp;
</blockquote>
<p>&nbsp;</p>
<p>Quotes with one word:</p>
<blockquote>
one
</blockquote>
<p>Quotes with two words:</p>
<blockquote>
A B
</blockquote>
<p>&nbsp;</p>
<p>Several quotes&#8239;:</p>
<blockquote>
1
2
3
</blockquote>
<p>&nbsp;</p>
<p>Quotes with an empty one in between:</p>
<blockquote>
1
3
</blockquote>