I've tried implementing a RawTag object, but can't figure it out by looking through the source code. I've tried - `RawTag("<img src='http://www.w3schools.com/images/colorpicker.gif'>")` - `RawTag('http://www.w3schools.com/images/colorpicker.gif', type='img')` but they don't work. Can you provide an example in the README/demo? thanks!