Improved org2gemini

This commit is contained in:
Yann Esposito (Yogsototh) 2021-06-21 14:05:31 +02:00
vanhempi f9646d62f5
commit 012d5f14eb
Signed by untrusted user who does not match committer: yogsototh
GPG avaimen ID: 7B19A4C650D59646
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa

Näytä tiedosto

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