Does glide support subscript?

I need to right CO2 where the number two is in subscript or lower than the O. Is this possible?

Any help would be appreciated. Thanks in advance.

Glide supports markdown and html inside the Rich Text component. You could try smth like that:
CO<sub>2</sub>

3 Likes

Thanks for the reply. That may work in other areas of the app. I do need to display it in a basic table field. The value and the units are pulling from a template column, e.g 100g CO2/km.

Try copy-pasting the following:

CO₂

2 Likes

Aah, perfect that worked. The other method worked as well in a rich text field.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.