Ruby Text Support

binarysoap

Currently Lurking
Joined
May 14, 2019
Messages
488
Points
133
I'm trying to type something like below
1576197221211.png

Unfortunately, when copy-pasting from microsoft word to SH, I get something like in the spoiler:
We all worship our Goddess(Tony).

Our brave(cannon) soldiers(fodder) have perished in battle.

I was informed in another post that this is not possible right now. I would like to be able to do this.
 

0xReki

Well-known member
Joined
Dec 21, 2019
Messages
36
Points
48
I want this, too.

For save Tony the drag of researching: The HTML Code for the lines above should be.
Code:
We all worship our <ruby><rb>Goddess</rb><rp> (</rp><rt>Tony</rt><rp>)</rp></ruby>.

Code:
Our <ruby><rb>brave</rb><rp> (</rp><rt>cannon</rt><rp>)</rp> <rb>soldiers</rb><rp> (</rp><rt>fodder</rt><rp>)</rp></ruby> have perished in battle.
 
Top