Quote:
Originally Posted by DiapDealer
The tags you can change stuff TO are configurable; but only through editing the JSON settings file manually, but otherwise you're right... the original tag you're looking for is not configurable.
I've had another request along the same lines (<a> tags). I'm thinking about adding the ability to remove/modify 'a' tags, but haven't put the time in yet. I figure it's not that critical since non-nestable tags (of which the anchor tag is one [99.9 percent of the time anyway]) are pretty trivial to regex away in well-formed (x)html. 
|
Well, the only reason nested anything got in this discussion, I think, is because I happened to recycle some code for nuking nested tags.

Your solution looks quite nice too.
I was kinda viewing your plugin as a way to remove extraneous elements, not
nested per se. So it might be nice to have a plugin that does
all the heavy
liftingthinking for you.
EDIT: And I see you added <a>

.