Skip to content

Files

Latest commit

 

History

History
6 lines (6 loc) · 382 Bytes

Hiccup.md

File metadata and controls

6 lines (6 loc) · 382 Bytes
  • Hiccup is a domain-specific language for generating HTML used mostly in Clojure community.
  • Check out this tutorial for a quick introduction.
  • You can embed Hiccup inside block same as if you want to embed HTML.
  • Example:
    • [:h2 {:style {:color "red"}} "h2 title"] [:p "Hello " [:em "World!"]]