Would it maybe possible to tweak the insert tag code a bit to allow inserting tags with classes?
Example: I tried to insert a custom tag "div class='letter'" and got the following result:
Code:
<div class='letter'></div class='letter'>
Would it be possible to have the closing tag ignore stuff after a space and only use the first 'word' in the example the "div"?