Skip to content

Instantly share code, notes, and snippets.

@tenman

tenman/title.txt Secret

Created June 14, 2018 22:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tenman/f97dcc339cd5e0fe05110a39ca39731d to your computer and use it in GitHub Desktop.
Save tenman/f97dcc339cd5e0fe05110a39ca39731d to your computer and use it in GitHub Desktop.
HTML の <ruby> に思うこと
html部分を、数値参照(16進数)
HTML の &#x3c;&#x72;&#x75;&#x62;&#x79;&#x3e; に思うこと
<ruby><rb>道程</rb><rp>(</rp><rt>みちのり</rt><rp>)</rp></ruby>
&#x3c;&#x72;&#x75;&#x62;&#x79;&#x3e;&#x3c;&#x72;&#x62;&#x3e;道程&#x3c;&#x2f;&#x72;&#x62;&#x3e;&#x3c;&#x72;&#x70;&#x3e;(&#x3c;&#x2f;&#x72;&#x70;&#x3e;&#x3c;&#x72;&#x74;&#x3e;みちのり&#x3c;&#x2f;&#x72;&#x74;&#x3e;&#x3c;&#x72;&#x70;&#x3e;)&#x3c;&#x2f;&#x72;&#x70;&#x3e;&#x3c;&#x2f;&#x72;&#x75;&#x62;&#x79;&#x3e;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment