💾 Archived View for gemi.dev › gemini-mailing-list › 000688.gmi captured on 2024-06-16 at 14:11:43. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-12-28)
-=-=-=-=-=-=-
After reading the Gemini specification and FAQ 2.9 (Why not Markdown?) I realized that it should be possible to use Gemini as a source format for Markdown to allow integration into multi-format publishing toolchains for the web, PDF generation, ebooks, etc. Inside the attached tarball is an implementation of the filter, imaginatively called gmi2mkd, in gawk. The other files in the tarball are copyright information (MIT, go nuts), a sample Gemini file to test the filter's functionality, and a sample shell script to illustrate its use in a pipeline. Sent with ProtonMail Secure Email. -------------- next part -------------- A non-text attachment was scrubbed... Name: gmi2mkd.tar.gz Type: application/gzip Size: 1829 bytes Desc: not available URL: <https://lists.orbitalfox.eu/archives/gemini/attachments/20210210/30a4 bc0c/attachment.gz>
On Wed, Feb 10, 2021, at 15:14, Jonathan Lane wrote: > Inside the attached tarball is an implementation of the filter, > imaginatively called gmi2mkd, in gawk. The other files in the tarball > are copyright information (MIT, go nuts), a sample Gemini file to test > the filter's functionality, and a sample shell script to illustrate its > use in a pipeline. Thank you, it's certainly a thing I have occasion to use! -- Emma
---