From 6c70a0fa2ba2cacdb5817d6645cf9d432db9cfa2 Mon Sep 17 00:00:00 2001 From: Na'aman Hirschfeld Date: Wed, 1 Jul 2026 10:52:39 +0200 Subject: [PATCH] Add html-to-markdown to Markdown Processors --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3fbbab36..79348fc8 100644 --- a/README.md +++ b/README.md @@ -911,6 +911,7 @@ Where to discover new Ruby libraries, projects and trends. ## Markdown Processors +* [html-to-markdown](https://github.com/xberg-io/html-to-markdown) - Fast, CommonMark-compliant HTML to Markdown converter (Ruby binding over a Rust core). * [kramdown](https://github.com/gettalong/kramdown) - Kramdown is yet-another-markdown-parser but fast, pure Ruby, using a strict syntax definition and supporting several common extensions. * [markdown_helper](https://github.com/BurdetteLamar/markdown_helper#markdown-helper) - A markdown pre-processor implementing file inclusion and page TOC (table of contents). * [Maruku](https://github.com/bhollis/maruku) - A pure-Ruby Markdown-superset interpreter.