I am trying to set the opacity of text in obsidian.
Specifically a subpart of a math text
I would like to have the first part of an equation to be normally rendered out. The second part should be a little transparent.
Eg: ($simple text | \opacity{0.5} transparent text$)
I couldn’t figure out a way to alter the opacity of any text in the first place, let alone the Math text.
Things I have tried
I tried using \color[…]{…} but that doesn’t work. I don’t know how to change the opacity of the text. Only the color is changed using this command.
Any help would be greatly appreciated.