!/bin/sed -Ef

gmi2md: Sed script to convert text/gemini to markdown.

Based on v0.14.2 of the gemini spec.

This script is dedicated to the public domain according to the terms of CC0:

https://creativecommons.org/publicdomain/zero/1.0/

x

/^```/ {

x

/^```/ {

    x

    s/.*//

    x

}

b

}

g

/^=>/ {

s/[][()]/\\&/g

s/^=>\s*([^[:space:]]+)\s*$/[\1](\1)/

s/^=>\s*([^[:space:]]+)\s+(.+)/[\2](\1)/

}

s/_/\&/g

Proxy Information
Original URL
gemini://thegonz.net/gmi2md.sed
Status Code
Success (20)
Meta
text/plain
Capsule Response Time
403.076173 milliseconds
Gemini-to-HTML Time
0.283092 milliseconds

This content has been proxied by September (ba2dc).