commit bb54dbe9255178380f815ef48bd279bd8a75cafd from: Omar Polo date: Tue Aug 03 11:30:58 2021 UTC small tweak commit - c7d750b3478eb81f8831850bcb16bba8ee00a375 commit + bb54dbe9255178380f815ef48bd279bd8a75cafd blob - f3aa09cac49466bd84686ebead04c44d9bc7154a blob + e057fb4b0b40ff35bdf2dcf3fe48296ec84a7d17 --- resources/posts/text-gemini-to-html-with-awk.gmi +++ resources/posts/text-gemini-to-html-with-awk.gmi @@ -23,7 +23,7 @@ Anyway, here’s the script in all its glory. This ti (it’s open to improvements, but at the moment I’m happy with it) -EDIT 2021/02/03: after seeing another decoder, I took some time to refactor the original converter. I changed reordered the matches so the pre handling is before everything else. +EDIT 2021/02/03: after seeing another decoder, I took some time to refactor the original converter. I reordered the matches so the pre handling is before everything else. => https://gist.github.com/dracometallium/bf70ae09b4dd9a857d33e93daa2810c4 dracometallium’ gmi2html.awk