_data
Add HTML5 data to the received HTML value --
Function
This is mainly for internal use for now. Similarly to the _class function, this lets
you add a data tag to a block. So for example, this:
[[""Hello world"" -> _data(""foo"", ""something"")]]
will add a "data-foo" attribute to the block containing Hello world.