Wildcard question please
I have a bunch of footnotes that appear in the the text and source code as and [iv] and [xxiii], etc. I don't need them to link anywhere.
But I do want to superscript them.
So I need a way to search the source code for [anything] and replace it with <sup>[anything]</sup>.
So any time my code contains left-bracket, any character(s), right bracket...that code stays the same except for <sup> before it and </sup> after it.
I am getting confusing with my syntax involving the brackets. thanks !
