It would be nice to allow users to specify a value from an enum rather than just raw types (Int, Float, Bool, etc).
Colors are one such potentially nice place for this. It would be much more pleasant to look at <color c=red>Hello</color> than to have to interpret color codes as in <color c=0xFF0000>Hello</color>