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

28 lines
454 B
HTML

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