aboutsummaryrefslogtreecommitdiffstats
path: root/gem2gem.awk
diff options
context:
space:
mode:
Diffstat (limited to 'gem2gem.awk')
-rw-r--r--gem2gem.awk3
1 files changed, 2 insertions, 1 deletions
diff --git a/gem2gem.awk b/gem2gem.awk
index 6f1ff5f..6537d79 100644
--- a/gem2gem.awk
+++ b/gem2gem.awk
@@ -17,7 +17,8 @@
}
# si tienen sintaxis de wikilink, y no son líneas de enlace, agrega el link
-/^[^=].+{.+}/{
+# (el % es por las líneas de uxn jaja)
+/^[^=%].+{.+}/{
i = match( $0, /{.+}/)
ifinal = index($0, "}") # índice del } final
Un proyecto texto-plano.xyz