Love the plugin... but running into some basic problems.
I'm trying to add attributes but don't know how to...
For instance the placeholder attribute like so <input type="text" placeholder="your name" />. Obviously [text my-name placeholder:foo bar] doesn't work. Adding quotes will turn it into the value attribute.
I've also attempted the pattern attribute: <input type="text" pattern="[0-9]{4}\s?[a-zA-Z]{2}" />.
Escaping or using entities for the brackets doesn't work.
So I presume these attributes cannot be used in this version. Are these planned for a near future version?
gr
Ron