sig
  type block = [ `Hr ]
  type inline = [ `B | `Big | `I | `Small | `Sub | `Sup | `Tt ]
end