From 38395febb3e52d91b8ded340a99a4f507cfea364 Mon Sep 17 00:00:00 2001 From: Stefan Richthofer Date: Wed, 15 Jul 2026 16:31:36 +0200 Subject: [PATCH] Add APIdia badge linking to html-to-node API documentation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd9529a..a7ca458 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # html-to-node +[![APIdia](https://apidia.net/mvn/org.jabref/html-to-node/badge.svg)](https://apidia.net/mvn/org.jabref/html-to-node) A JavaFX library that renders HTML as plain scene-graph nodes (`TextFlow`, `Text`, `ImageView`), with no dependency on `javafx.web` or `javafx.controls`.