Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A html->hiccup conversion function in pure CLJC

License

NotificationsYou must be signed in to change notification settings

green-coder/html-to-hiccup

Repository files navigation

CircleCI

Clojars ProjectCljdoc badgeClojars download_badge

A tiny, simple and truly cross-platform (CLJC)html->hiccup functionwhich 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"])

Contributing

Pull Requests and bug reports are welcome.

You can run the tests in the background by using./bin/kaocha --watch in a terminalwhile you are changing the source code in your preferred editor.

License

Copyright © 2022 Vincent Cantin and contributors.

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

About

A html->hiccup conversion function in pure CLJC

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

    Contributors2

    •  
    •  

    [8]ページ先頭

    ©2009-2025 Movatter.jp