Initial commit

This commit is contained in:
2025-02-28 12:11:24 +02:00
commit 47340aebb8
7 changed files with 534 additions and 0 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# gmi2html
A small library (and CLI tool) that converts Gemini text to HTML.
To run tests and build:
```shell
make
```
Running:
```shell
./dist/gmi2html <gemtext.gmi >gemtext.html
```