View Single Post
Old 06-12-2020, 05:13 AM   #5
d351r3d
Enthusiast
d351r3d began at the beginning.
 
Posts: 48
Karma: 10
Join Date: Aug 2017
Device: none
Quote:
Originally Posted by DiapDealer View Post
The noparse thing works. I use it to display entity codes all the time. Just leave the ampersand outside of the tags and the rest inside.

<
<

As far as making all text between the entities blue in an epub, there's no shortcut. You'll have to create 32k spans or 32k inline styles. There is no entity element that can be utilized by css. Nor any (pseudo-)selectors to specify "between elements x and y" even if there were.
That's a bummer but not really. Just regex all the spans in after making all the
<
<
d351r3d is offline   Reply With Quote