From 5b27b1d5bf0db07ef83e89db672bc62ff160b438 Mon Sep 17 00:00:00 2001 From: Brandon Lucas Date: Wed, 18 Feb 2026 12:45:47 -0500 Subject: [PATCH] feat: add markdown package to registry Co-Authored-By: Claude Opus 4.6 --- index.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/index.json b/index.json index 6964555..6d3ae30 100644 --- a/index.json +++ b/index.json @@ -23,6 +23,14 @@ "versions": [ {"version": "0.1.0", "checksum": "", "published_at": "2025-02-15", "yanked": false} ] + }, + { + "name": "markdown", + "description": "Markdown to HTML converter for Lux", + "latest_version": "0.1.0", + "versions": [ + {"version": "0.1.0", "checksum": "", "published_at": "2026-02-17", "yanked": false} + ] } ] }