efallancy / html-to-hiccup

A html->hiccup conversion function in pure CLJC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

html-to-hiccup

CircleCI

Clojars Project Cljdoc badge Clojars download_badge

A tiny, simple and truly cross-platform (CLJC) html->hiccup function which does not rely on the browser.

Installation

Clojars Project

Feature

  • Truly cross-platform (CLJC), does not rely on the browser.
  • Tiny source code, easy to digest.
  • Highly hackable. Fork me as soon as needed!

Usage

(require '[taipei-404.html :refer [html->hiccup]])

(html->hiccup "<p>hello, world</p>")
; => ([:p "hello, world"])

License

Copyright © 2022 Vincent Cantin

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

A html->hiccup conversion function in pure CLJC

License:Eclipse Public License 1.0


Languages

Language:Clojure 98.9%Language:Shell 1.1%