Streamline all the elements
Pre-release
Pre-release
html package now take just Nodes as children. No more text strings as the first argument for certain elements like h1, em, and many more. This makes the API the same for all element helper functions. (Except Doctype, which isn't really an element but a document prefix.)
New: The svg package has begun. It provides helper functions for SVG elements for inlining into HTML documents.