Files
Florian.Walther ae0c2639cb
Docker Release Build / push_to_registry (push) Successful in 1m1s
added table support in markdown
2026-05-02 15:44:48 +02:00

15 lines
285 B
AMPL

module mdhost
go 1.26.2
require (
github.com/yuin/goldmark v1.8.2
github.com/yuin/goldmark-highlighting v0.0.0-20220208100518-594be1970594
golang.org/x/crypto v0.50.0
)
require (
github.com/alecthomas/chroma v0.10.0 // indirect
github.com/dlclark/regexp2 v1.12.0 // indirect
)