convert custom attributes to validation-friendly format
Ticket
+status
+priority
+tag
+commit
+issues
standard Wagn pages don't validate as proper HTML, in part because they contain custom attributes (eg card-id here: <div card-id="123">).
+solution
use attributes that begin with the prefix "data-". this validates.
+example