hiccup icon indicating copy to clipboard operation
hiccup copied to clipboard

Fast library for rendering HTML in Clojure

Results 31 hiccup issues
Sort by recently updated
recently updated
newest added

Hi, I made a cljc version of hiccup: https://github.com/eweng/hiccup Would you be interested by a pull request? In such a case I would wait for https://github.com/weavejester/hiccup/pull/122 to be merged, rebase...

This way, multi selectes can be realized where the select tag hast the attribute multiple="multiple" together with size="x" and users can ctrl-click multiple options

waiting on dev

Is it possible to provide clojerl support? Currently, there is https://github.com/clojerl/hiccup but older version. jfaccoro changes are not too much, maybe it can be merged?

Hi @weavejester! I'm going to add hiccup.core and hiccup2.core to babashka so people can use this in their scripts. I have copied the tests of these namespaces and they are...

There are some (edge) cases where tags need to be self-closing, but are not known as such to hiccup's `void-tags` list. Modifying the `void-tags` would be inelegant. Is there a...

I'm adopting hiccup2 on a project, but noticed that hiccup.page doesn't have a hiccup2 version. This means as far as I can tell, the only way to get the `html5`...

Please consider the following snippet: ``` (let [c {}] (str (hiccup/html c))) ;; "{}" (str (hiccup/html {})) ;; "" ``` I am not sure what should be the output here...

Is there a way making hiccup generate unminified output so it would be easier to debug in the browser?

Would you be interested in a pull request that got this to work: [:form {:method 'post} ... Like the following already works: [:div {:style {:box-sizing 'border-box ...