From 684941ed388224912958788673e60079102029a2 Mon Sep 17 00:00:00 2001 From: sejo Date: Wed, 19 May 2021 20:38:59 -0500 Subject: =?UTF-8?q?loading=20lazy=20para=20im=C3=A1genes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gemtext2html.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gemtext2html.awk') diff --git a/gemtext2html.awk b/gemtext2html.awk index b4e1db2..409de18 100644 --- a/gemtext2html.awk +++ b/gemtext2html.awk @@ -127,7 +127,7 @@ $0 !~ /^(=>|```|#{1,3} |* |>|[[:blank:]]*$)/{ # lĂ­neas de texto (no "especiales # si el path es imagen if( match($1, /(png|jpg|gif)$/) ){ # crea imagen - $0=""texto"" + $0=""texto"" } # si el path no es imagen else{ -- cgit v1.2.3