Enlive encodes it's internally generated hickory with missing :type fields. eg `{:tag :blink, :attrs nil, :content ["FOO"]}` instead of `{:type :element :tag :blink, :attrs nil, :content ["FOO"]}` This then explodes when passing through hickory's conversion utilities. See #2