# Ruby
## ruby without link
```````````````````````````````` example
[漢字(ㄏㄢˋㄗˋ)]
.
漢字
````````````````````````````````
```````````````````````````````` example
[漢(ㄏㄢˋ)字(ㄗˋ)]
.
漢字
````````````````````````````````
```````````````````````````````` example
[漢字(ㄏㄢˋㄗˋ)][]
.
漢字[]
````````````````````````````````
```````````````````````````````` example
[漢字(ㄏㄢˋㄗˋ)][link]
.
漢字[link]
````````````````````````````````
## ruby with link
```````````````````````````````` example
[link]: /url
[漢字(ㄏㄢˋㄗˋ)][link]
.
漢字
````````````````````````````````
```````````````````````````````` example
[漢字(ㄏㄢˋㄗˋ)]()
.
漢字
````````````````````````````````
```````````````````````````````` example
[漢字(ㄏㄢˋㄗˋ)](/url)
.
漢字
````````````````````````````````
## ruby splits
```````````````````````````````` example
[漢(かん)][字(じ)]
.
漢字
````````````````````````````````
```````````````````````````````` example
[[漢(かん)][字(じ)]](https://jisho.org/search/漢字)
.
漢字
````````````````````````````````