I'm creating field names for electrical components and I'd like to use subscripts like this:
V<sub>min</sub>
V<sub>max</sub>
V<sub>adj</sub>
Vmin Vmax Vadj
Note that this is just for the field name, not the handle. Is there a way to do this in Craft, or a plugin that provides this functionality?
Notes:
- Unfortunately, Unicode characters won't work in this case because the latin characters I need are not all available as subscripts in Unicode.
- I've tried the Relabel plugin without success.