Skip to content

mk270/gemtext2md

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Gemini text to Markdown converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published