aboutsummaryrefslogtreecommitdiffstats
path: root/gemtext2html.awk
diff options
context:
space:
mode:
authorsejo <sejo@texto-plano.xyz>2021-06-01 13:09:15 -0500
committersejo <sejo@texto-plano.xyz>2021-06-01 13:09:15 -0500
commitc756a180e566f8d5ae1404019befddc518990a85 (patch)
treeb101eb6f71cd5d1f4ff5f4e3857cbac6b6150e53 /gemtext2html.awk
parent6e0d0b6744d74178eb3d7e163f530b74870c8216 (diff)
downloadsitio-c756a180e566f8d5ae1404019befddc518990a85.tar.gz
wikilinks en listas
Diffstat (limited to 'gemtext2html.awk')
-rw-r--r--gemtext2html.awk4
1 files changed, 3 insertions, 1 deletions
diff --git a/gemtext2html.awk b/gemtext2html.awk
index 9af6184..73ee112 100644
--- a/gemtext2html.awk
+++ b/gemtext2html.awk
@@ -192,8 +192,10 @@ NR == 1{
}
sub("*[[:blank:]]+","<li>",$0)
sub("$","</li>",$0)
+ appendContenido( wikiLink($0) )
}
- appendContenido( $0 )
+ else
+ appendContenido( $0 )
next
}
Un proyecto texto-plano.xyz