I want to add tags to selected text.
Tried recording a macro that searches for ^
and replaces it with <strong>
and also looks for $
and replaces it with </strong>
. Works great when the word/phrase is at the beginning of a line...
but when I have a word that's within a paragraph or is preceded by whitespace it fails.
Any ideas? Thanks in advance.