I'm missing inline formatting. Is it hard to implement that? Inspired by [yuml.me](http://yuml.me/), I'm thinking of something like the below to color a note with a grey background. ``` Alice->Bob: Hello Bob, how are you? Note{bg:#333} right of Bob: Bob thinks Bob-->Alice: I am good thanks! ```