.h.pre x
Where x is a list of strings, returns x as a string with embedded newlines with a pre HTML element.
x
pre
q).h.pre("foo";"bar") "<pre>foo\nbar\n</pre>"