aboutsummaryrefslogtreecommitdiffstats
path: root/gemtext2html.awk
diff options
context:
space:
mode:
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