15 lines
188 B
Markdown
15 lines
188 B
Markdown
# 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
|
|
``` |