Improved org2gemini

Este commit está contenido en:
Yann Esposito (Yogsototh) 2021-06-21 14:05:31 +02:00
padre f9646d62f5
commit 012d5f14eb
Firmado por un usuario no fiable que no coincide con el colaborador: yogsototh
ID de clave GPG: 7B19A4C650D59646
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -7,7 +7,7 @@ BEGIN { IGNORECASE=1; }
/^#\+(BEGIN|END)_SRC ?/i { gsub(/#\+(BEGIN|END)_SRC ?/,"```"); }
/^#\+(BEGIN|END)_[^ ]* ?/i { gsub(/#\+(BEGIN|END)_([^ ]*) ?/,"______"); }
/^#\+(macro|lang|language|options|startup):/ { skip=1; }
/^#\+(macro|lang|language|options|startup|html_head|html_head_extra):/ { skip=1; }
/{{{br}}}/ { gsub(/{{{br}}}/,""); }
/{{{pemail}}}/ { gsub(/{{{pemail}}}/,"yann@esposito.host"); }