pages/ext/irc-utf-8: fix formatting.

This commit is contained in:
Mikaela Suomalainen 2014-06-19 11:51:23 +03:00
parent f5ce7fbb35
commit 326989b4e5
2 changed files with 10 additions and 10 deletions

View File

@ -16,17 +16,17 @@ UTF-8 in IRC
<ul class="incremental">
<li>Example:
<ul class="incremental">
<li><strong>sain t?it?</strong>
<li><em>sain t?it?</em>
<ul class="incremental">
<li>This can be understood two ways:
<ul class="incremental">
<li><strong>sain täitä</strong>
<li><em>sain täitä</em>
<ul class="incremental">
<li><strong>I got louses</strong></li>
<li><em>I got louses</em></li>
</ul></li>
<li><strong>sain töitä</strong>
<li><em>sain töitä</em>
<ul class="incremental">
<li><strong>I got work</strong></li>
<li><em>I got work</em></li>
</ul></li>
</ul></li>
</ul></li>

View File

@ -17,12 +17,12 @@
* The characters that you send are visible to everyone.
* There is no unclearity what you say.
* Example:
* **sain t?it?**
* *sain t?it?*
* This can be understood two ways:
* **sain täitä**
* **I got louses**
* **sain töitä**
* **I got work**
* *sain täitä*
* *I got louses*
* *sain töitä*
* *I got work*
* All of the characters that you need are in it.
TODO: add other reasons.