Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mk270/gemtext2md

A Gemini text to Markdown converter
https://github.com/mk270/gemtext2md

Last synced: 2 months ago
JSON representation

A Gemini text to Markdown converter

Awesome Lists containing this project

README

        

gemtext2md
==========

A gemini text to Markdown convertor, by Martin Keegan.

Some care is taken to get reasonable whitespace around the various blocks,
and to consolidate consecutive links into lists.

Usage
-----

As a commandline filter. The program reads Gemtext on stdin and
outputs Markdown, hopefully in CommonMark format.

Use:

$ cargo run -q < myfile.gemini > myfile.md

The code has been rewritten from OCaml to Rust. `cargo` is part of the
Rust toolchain. At some point, native binaries may be provided for
download.