Add Markdown HTML publication

This commit is contained in:
2026-05-31 02:28:48 +00:00
parent e296361042
commit 5408f14195
21 changed files with 628 additions and 47 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module gitea.maximumdirect.net/eric/distributor
go 1.26
require gopkg.in/yaml.v3 v3.0.1
require (
github.com/yuin/goldmark v1.8.2
gopkg.in/yaml.v3 v3.0.1
)