convert markdown to gemtext and display README.md files

")
=> %s here

", httpURL))
")

-----------------------------

")
This commit is contained in:
Travis Shears 2025-10-15 15:56:13 +02:00
parent 9b100e88a2
commit 63775d57e0
Signed by: travisshears
GPG key ID: CB9BF1910F3F7469
3 changed files with 84 additions and 5 deletions

7
go.mod
View file

@ -7,3 +7,10 @@ require (
github.com/kulak/gemini v1.2.2
github.com/mattn/go-sqlite3 v1.14.32
)
require (
git.sr.ht/~kota/fuckery v0.2.0 // indirect
git.sr.ht/~kota/goldmark-gemtext v0.3.3 // indirect
git.sr.ht/~kota/goldmark-wiki v0.0.0-20211119234413-891f759dc3aa // indirect
github.com/yuin/goldmark v1.7.13 // indirect
)