From 9652d8a5ba38b3065e816223bd3cfe122f4088d8 Mon Sep 17 00:00:00 2001 From: Joseph Mearman Date: Thu, 20 Aug 2026 07:25:50 +0100 Subject: [PATCH] docs: redirect to the ExaDev/documents.js monorepo before this repository is archived This package's source has moved into packages/markdown-codec in the ExaDev/documents.js monorepo. This repository will receive no further commits, releases, issues, or pull requests; the npm package continues publishing under the same name from its new home. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 493c5c6..86deb83 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # markdown-codec +> **This repository has moved.** `markdown-codec` now lives at [`packages/markdown-codec`](https://github.com/ExaDev/documents.js/tree/main/packages/markdown-codec) in the [`ExaDev/documents.js`](https://github.com/ExaDev/documents.js) monorepo. This repository is archived and will receive no further commits, releases, issues, or pull requests — file issues and send pull requests against the monorepo instead. The npm package itself is unaffected: `markdown-codec` keeps publishing from its new home under the same name. + [![GitHub](https://img.shields.io/badge/GitHub-181717?logo=github&logoColor=white)](https://github.com/ExaDev/markdown-codec) [![npm](https://img.shields.io/badge/npm-CB3837?logo=npm&logoColor=white)](https://www.npmjs.com/package/markdown-codec) [![Release](https://img.shields.io/github/v/release/ExaDev/markdown-codec)](https://github.com/ExaDev/markdown-codec/releases/latest) [![CI](https://img.shields.io/github/actions/workflow/status/ExaDev/markdown-codec/ci.yml?branch=main)](https://github.com/ExaDev/markdown-codec/actions) > Hand-written CommonMark+GFM ⇄ `DocumentPackage` codec, built on [document-schema.js](https://github.com/ExaDev/document-schema.js).