package markdown_monolith

  1. Overview
  2. No Docs
Produce a single monolithic Markdown file by inlining linked files

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.1.1.tar.gz
md5=780e6bb03f474a071eff8099862aaff5
sha512=d108fab9854ef32d23de532d66046511c202a1667106b20eb9339f82dec416c02f95589dc7183d5fcd44864cd53fd76c8a478639106e2e7e6523d2c526c7fbdb

Description

OCaml library and CLI to produce a single monolithic Markdown file by parsing with Cmarkit, detecting link lists, and recursively inlining referenced files. Supports local and remote (HTTP/HTTPS) sources with configurable depth limits and deduplication.

Tags

markdown documentation tools

Published: 28 Jan 2026

Dependencies (7)

  1. cohttp-lwt-unix >= "5.0"
  2. lwt
  3. cmdliner >= "2.0.0"
  4. cmarkit
  5. ocaml >= "4.14"
  6. lwt_ssl >= "1.2.0"
  7. dune >= "3.20"

Dev Dependencies (2)

  1. odoc with-doc
  2. ounit2 with-test

Used by

None

Conflicts

None