Not a webmaster here, so hopefully I have the correct terminology.

I'm trying to set glossify so it doesn't effect links, because, as of right now, it breaks links and glossifies them.

I see the area to exclude or include certain tags; however, when I add a tag the module then doesn't seem to work.

Maybe I am not using the correct tags/code?

I tried excluding this and it doesn't seem to be working:

<a>

Thanks! Great module!

Comments

sp3boy’s picture

Having spent several days looking at the code for this module for other issues, I suggest you just need to leave off the tag markers, hence to exclude text within <a> and <strong> tags populate the config field with:

a
strong

You may well already have worked this out (in which case updating your own issue to help others is a good idea), if not, give it a try.

WorldFallz’s picture

Status: Active » Closed (cannot reproduce)

queue clean up. Feel free to reopen if the problem still exists.

mattwmc’s picture

I use span tags.

Glossify won't work if the text has a couple span tags.

For example:

the word 'caveman' is glossified.

However,

<span>cave</span>man

will not glossify.