convert markdown to gemtext and display README.md files
") => %s here ", httpURL)) ") ----------------------------- ")
This commit is contained in:
parent
9b100e88a2
commit
63775d57e0
3 changed files with 84 additions and 5 deletions
7
go.mod
7
go.mod
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue