{"id":16014724,"url":"https://github.com/green-coder/hiccdown","last_synced_at":"2026-04-30T01:31:55.521Z","repository":{"id":145686832,"uuid":"158477132","full_name":"green-coder/hiccdown","owner":"green-coder","description":"[WIP] Pure CLJC library to transform back and forth between markdown and hiccup","archived":false,"fork":false,"pushed_at":"2022-05-26T08:51:06.000Z","size":47,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"made-in-taiwan","last_synced_at":"2025-02-10T11:11:20.080Z","etag":null,"topics":["cljc","clojure","clojurescript","hiccup","markdown","markdown-parser","wip-do-not-use"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/green-coder.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-21T02:06:12.000Z","updated_at":"2022-06-16T17:58:54.000Z","dependencies_parsed_at":"2023-04-09T10:19:27.519Z","dependency_job_id":null,"html_url":"https://github.com/green-coder/hiccdown","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"572bf0729725c11bbb5b2b61e00f2b5b20e5d25b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/green-coder%2Fhiccdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/green-coder%2Fhiccdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/green-coder%2Fhiccdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/green-coder%2Fhiccdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/green-coder","download_url":"https://codeload.github.com/green-coder/hiccdown/tar.gz/refs/heads/made-in-taiwan","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247280181,"owners_count":20912965,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cljc","clojure","clojurescript","hiccup","markdown","markdown-parser","wip-do-not-use"],"created_at":"2024-10-08T15:04:55.116Z","updated_at":"2026-04-30T01:31:50.488Z","avatar_url":"https://github.com/green-coder.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"doc/hiccdown-logo-web.svg\" width=\"100%\"/\u003e\n\n# hiccdown\n[![CircleCI](https://circleci.com/gh/green-coder/hiccdown.svg?style=svg)](https://circleci.com/gh/green-coder/hiccdown)\n\n[![Clojars Project](https://img.shields.io/clojars/v/hiccdown.svg)](https://clojars.org/hiccdown)\n[![Cljdoc badge](https://cljdoc.org/badge/hiccdown/hiccdown)](https://cljdoc.org/d/hiccdown/hiccdown/CURRENT)\n[![Project chat](https://img.shields.io/badge/slack-join_chat-brightgreen.svg)](https://clojurians.slack.com/archives/C036LVCSL91)\n[![Clojars download_badge](https://img.shields.io/clojars/dt/hiccdown?color=opal)](https://clojars.org/hiccdown)\n\n\u003e \"Don't look up, look down !\"\n\u003e\n\u003e -- President Orlean\n\nHiccdown is a pure CLJC library designed to translate documents\nback and forth between the Markdown format, an AST data, and the Hiccup data structure.\n\n## Project status\n\n**The implementation is incomplete, do not use.**\n\nSee the tests in `test/spec_test.cljs` to see what is working and what is not.\n\n## Features (wip)\n\n- Compatible with the [latest (v0.30) CommonMark specification](https://spec.commonmark.org/0.30/)\n- Pure **CLJC implementation**, no JS or Java dependencies\n- Conversions between `markdown \u003c-\u003e AST \u003c-\u003e hiccup`\n\n## Installation\n\n[![Clojars Project](http://clojars.org/hiccdown/latest-version.svg)](http://clojars.org/hiccdown)\n\n## Usage (wip)\n\n```clojure\n(require '[hiccdown.core :as hd])\n\n;; Transform a markdown document into hiccup data.\n(-\u003e markdown-str hd/markdown-\u003east hd/ast-\u003ehiccup)\n\n;; Same as above, in the other direction. (Not implemented yet)\n(-\u003e hiccup-data hd/hiccup-\u003east hd/ast-\u003emarkdown)\n```\n\n## Running the tests\n\nRun `npm i` once, then:\n\n```shell\n./bin/kaocha --watch\n```\n\n## Alternative Clojure(script) libs\n\nIn alphabetical order:\n\n- https://github.com/askonomm/clarktown\n- https://github.com/bitterblue/commonmark-hiccup\n- https://github.com/chameco/Hitman\n- https://github.com/danneu/klobbdown\n- https://github.com/genmeblog/rmarkdown-clojure\n- https://github.com/kiranshila/cybermonday\n- https://github.com/malcolmsparks/clj-markdown\n- https://github.com/markwoodhall/marge\n- https://github.com/mpcarolin/markdown-to-hiccup\n- https://github.com/yogthos/markdown-clj\n\n(Open an issue if you wish to have your library added to the list)\n\n## License\n\nCopyright © 2022 Vincent Cantin\n\nDistributed under the Eclipse Public License either version 1.0 or (at\nyour option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreen-coder%2Fhiccdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgreen-coder%2Fhiccdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreen-coder%2Fhiccdown/lists"}