agrega h1 a nav

This commit is contained in:
sejo 2021-05-19 19:25:35 -05:00
parent 7d9e6528b2
commit 99ea11896d
1 changed files with 1 additions and 0 deletions

View File

@ -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>" )
}