From 06bed63ae50fecaf096f82a308f0af6ec79dacff Mon Sep 17 00:00:00 2001 From: Ian Rash Date: Sun, 24 Mar 2024 06:53:13 -0700 Subject: [PATCH 1/2] Add luce --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6b988d59..d14f9cc1 100644 --- a/README.md +++ b/README.md @@ -373,6 +373,7 @@ described in [RFC 8032] * [gphoto2-web.cr](https://github.com/Sija/gphoto2-web.cr) - Web API for libgphoto2 * [immutable](https://github.com/lucaong/immutable) - Implementation of thread-safe, persistent, immutable collections * [iterm2](https://github.com/toddsundsted/iterm2) - Display images within the terminal using the ITerm2 Inline Images Protocol + * [luce](https://codeberg.org/supercell/luce) - Parse markdown to HTML in a configurable and extendable way. * [monads](https://github.com/alex-lairan/monads) - Monad implementation * [observable](https://github.com/TPei/observable) - Implementation of the observer pattern * [pinger](https://github.com/spider-gazelle/pinger) - Ping IP addresses and DNS entries without requiring sudo From 6ccc13e2c0c159f6536187170e297221e9d32520 Mon Sep 17 00:00:00 2001 From: Vitalii Elenhaupt <3624712+veelenga@users.noreply.github.com> Date: Mon, 8 Apr 2024 09:50:55 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d14f9cc1..485812b6 100644 --- a/README.md +++ b/README.md @@ -373,7 +373,7 @@ described in [RFC 8032] * [gphoto2-web.cr](https://github.com/Sija/gphoto2-web.cr) - Web API for libgphoto2 * [immutable](https://github.com/lucaong/immutable) - Implementation of thread-safe, persistent, immutable collections * [iterm2](https://github.com/toddsundsted/iterm2) - Display images within the terminal using the ITerm2 Inline Images Protocol - * [luce](https://codeberg.org/supercell/luce) - Parse markdown to HTML in a configurable and extendable way. + * [luce](https://codeberg.org/supercell/luce) - Parse markdown to HTML in a configurable and extendable way * [monads](https://github.com/alex-lairan/monads) - Monad implementation * [observable](https://github.com/TPei/observable) - Implementation of the observer pattern * [pinger](https://github.com/spider-gazelle/pinger) - Ping IP addresses and DNS entries without requiring sudo