Hello,
I am currently working on a tool to convert reStructuredText files to Gemtext and I noticed the gemini://...
URIs (used by the Gemini Protocol) were not automatically converted into links.
I attached a small patch that adds the gemini
scheme to the docutils.utils.urischemes.schemes
dictionary.