aboutsummaryrefslogtreecommitdiffstats
path: root/gemtext2html.awk
diff options
context:
space:
mode:
Diffstat (limited to 'gemtext2html.awk')
-rw-r--r--gemtext2html.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gemtext2html.awk b/gemtext2html.awk
index f6f259c..43da533 100644
--- a/gemtext2html.awk
+++ b/gemtext2html.awk
@@ -165,6 +165,7 @@ $0 !~ /^(=>|```|#{1,3} |* |>|[[:blank:]]*$)/{ # líneas de texto (no "especiales
sub("$","",$0) #sufijo
bloque = 1
}
+ appendNav( "<li><a href='#"$0"'>"$0"</a></li>" )
appendContenido( "<h1 id='"$0"'>"$0"</h1>" )
}
Un proyecto texto-plano.xyz