Skip to content

Instantly share code, notes, and snippets.

@miguel-perez
Last active December 27, 2015 19:59
Show Gist options
  • Save miguel-perez/7381575 to your computer and use it in GitHub Desktop.
Save miguel-perez/7381575 to your computer and use it in GitHub Desktop.

Text Annotations With Ruby Markup

Questions? Hit me up: @Tayokoart

<ruby>
<rb>Ruby Base</rb><!-- Ruby Base -->
<rt>Ruby Text Above</rt> <!-- Ruby Text -->
</ruby>
<ruby>
<rb>東</rb><!-- Ruby Base -->
<rt>とう</rt> <!-- Ruby Text -->
<rb>京</rb>
<rt>きょう</rt>
</ruby>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment