From ccccb9d2380ed432f8c3289fe8d8f3f62da9a75d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lera=20Elvo=C3=A9?= Date: Thu, 12 Jun 2025 13:10:03 +0300 Subject: [PATCH] fix alt text not being passed correctly in babycode --- lib/babycode.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/babycode.lua b/lib/babycode.lua index dca9962..c6e3f50 100644 --- a/lib/babycode.lua +++ b/lib/babycode.lua @@ -71,7 +71,7 @@ local tags = { b = "$S", i = "$S", s = "$S", - img = "
%S
", + img = "
$S
", url = "$S", quote = "
$S
", code = function(children)