|
6 | 6 | ```````````````````````````````` example
|
7 | 7 | [漢字(ㄏㄢˋㄗˋ)]
|
8 | 8 | .
|
9 |
| -<p><ruby><rb>漢字</rb><rt>ㄏㄢˋㄗˋ</rt></ruby></p> |
| 9 | +<p><ruby>漢字<rt>ㄏㄢˋㄗˋ</rt></ruby></p> |
10 | 10 | ````````````````````````````````
|
11 | 11 |
|
12 | 12 | ```````````````````````````````` example
|
13 | 13 | [漢(ㄏㄢˋ)字(ㄗˋ)]
|
14 | 14 | .
|
15 |
| -<p><ruby><rb>漢</rb><rt>ㄏㄢˋ</rt></ruby><ruby><rb>字</rb><rt>ㄗˋ</rt></ruby></p> |
| 15 | +<p><ruby>漢<rt>ㄏㄢˋ</rt></ruby><ruby>字<rt>ㄗˋ</rt></ruby></p> |
16 | 16 | ````````````````````````````````
|
17 | 17 |
|
18 | 18 | ```````````````````````````````` example
|
19 | 19 | [漢字(ㄏㄢˋㄗˋ)][]
|
20 | 20 | .
|
21 |
| -<p><ruby><rb>漢字</rb><rt>ㄏㄢˋㄗˋ</rt></ruby>[]</p> |
| 21 | +<p><ruby>漢字<rt>ㄏㄢˋㄗˋ</rt></ruby>[]</p> |
22 | 22 | ````````````````````````````````
|
23 | 23 |
|
24 | 24 | ```````````````````````````````` example
|
25 | 25 | [漢字(ㄏㄢˋㄗˋ)][link]
|
26 | 26 | .
|
27 |
| -<p><ruby><rb>漢字</rb><rt>ㄏㄢˋㄗˋ</rt></ruby>[link]</p> |
| 27 | +<p><ruby>漢字<rt>ㄏㄢˋㄗˋ</rt></ruby>[link]</p> |
28 | 28 | ````````````````````````````````
|
29 | 29 |
|
30 | 30 | ## ruby with link
|
|
34 | 34 |
|
35 | 35 | [漢字(ㄏㄢˋㄗˋ)][link]
|
36 | 36 | .
|
37 |
| -<p><a href="/url"><ruby><rb>漢字</rb><rt>ㄏㄢˋㄗˋ</rt></ruby></a></p> |
| 37 | +<p><a href="/url"><ruby>漢字<rt>ㄏㄢˋㄗˋ</rt></ruby></a></p> |
38 | 38 | ````````````````````````````````
|
39 | 39 |
|
40 | 40 | ```````````````````````````````` example
|
41 | 41 | [漢字(ㄏㄢˋㄗˋ)]()
|
42 | 42 | .
|
43 |
| -<p><a href=""><ruby><rb>漢字</rb><rt>ㄏㄢˋㄗˋ</rt></ruby></a></p> |
| 43 | +<p><a href=""><ruby>漢字<rt>ㄏㄢˋㄗˋ</rt></ruby></a></p> |
44 | 44 | ````````````````````````````````
|
45 | 45 |
|
46 | 46 | ```````````````````````````````` example
|
47 | 47 | [漢字(ㄏㄢˋㄗˋ)](/url)
|
48 | 48 | .
|
49 |
| -<p><a href="/url"><ruby><rb>漢字</rb><rt>ㄏㄢˋㄗˋ</rt></ruby></a></p> |
| 49 | +<p><a href="/url"><ruby>漢字<rt>ㄏㄢˋㄗˋ</rt></ruby></a></p> |
50 | 50 | ````````````````````````````````
|
51 | 51 |
|
52 | 52 | ## ruby splits
|
53 | 53 |
|
54 | 54 | ```````````````````````````````` example
|
55 | 55 | [漢(かん)][字(じ)]
|
56 | 56 | .
|
57 |
| -<p><ruby><rb>漢</rb><rt>かん</rt></ruby><ruby><rb>字</rb><rt>じ</rt></ruby></p> |
| 57 | +<p><ruby>漢<rt>かん</rt></ruby><ruby>字<rt>じ</rt></ruby></p> |
58 | 58 | ````````````````````````````````
|
59 | 59 |
|
60 | 60 | ```````````````````````````````` example
|
61 | 61 | [[漢(かん)][字(じ)]](https://jisho.org/search/漢字)
|
62 | 62 | .
|
63 |
| -<p><a href="https://jisho.org/search/%E6%BC%A2%E5%AD%97"><ruby><rb>漢</rb><rt>かん</rt></ruby><ruby><rb>字</rb><rt>じ</rt></ruby></a></p> |
| 63 | +<p><a href="https://jisho.org/search/%E6%BC%A2%E5%AD%97"><ruby>漢<rt>かん</rt></ruby><ruby>字<rt>じ</rt></ruby></a></p> |
| 64 | +```````````````````````````````` |
| 65 | + |
| 66 | +```````````````````````````````` example |
| 67 | +[汉字(hàn zì)] |
| 68 | +. |
| 69 | +<p><ruby>汉字<rt>hàn zì</rt></ruby></p> |
64 | 70 | ````````````````````````````````
|
0 commit comments