2 # gmi2md: Sed script to convert text/gemini to markdown.
3 # Based on v0.14.2 of the gemini spec.
5 # This script is dedicated to the public domain according to the terms of CC0:
6 # https://creativecommons.org/publicdomain/zero/1.0/
22 s/^=>\s*([^[:space:]]+)\s*$/[\1](\1)/
23 s/^=>\s*([^[:space:]]+)\s+(.+)/[\2](\1)/