make ruby stuff a bit easier to read
This commit is contained in:
parent
a053815729
commit
bb2bf45de7
1 changed files with 8 additions and 2 deletions
10
index.html
10
index.html
|
@ -20,9 +20,15 @@
|
||||||
</div>
|
</div>
|
||||||
<h2 id=big-little>
|
<h2 id=big-little>
|
||||||
a
|
a
|
||||||
<ruby><b>big one</b> <rp>(</rp><rt>niss</rt><rp>)</rp></ruby>
|
<ruby>
|
||||||
|
<b>big one</b>
|
||||||
|
<rp>(<rt>niss<rp>)
|
||||||
|
</ruby>
|
||||||
and a
|
and a
|
||||||
<ruby><b>little one</b> <rp>(</rp><rt>nisse</rt><rp>)</rp></ruby>
|
<ruby>
|
||||||
|
<b>little one</b>
|
||||||
|
<rp>(<rt>nisse<rp>)
|
||||||
|
</ruby>
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue