Brijesh's Git Server — md2html @ main

converts markdown to HTML, will add styles soon

go.mod (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
module md2html

go 1.23.0

require (
	github.com/alecthomas/chroma v0.10.0
	github.com/gomarkdown/markdown v0.0.0-20240730141124-034f12af3bf6
)

require github.com/dlclark/regexp2 v1.4.0 // indirect