html-syntax-highlight

highlight code within an html file
Index Commits Files Refs README LICENSE
go.mod (290B)
   1 module go.mod
   2 
   3 go 1.19
   4 
   5 require (
   6     github.com/PuerkitoBio/goquery v1.8.0
   7     github.com/alecthomas/chroma v0.10.0
   8 )
   9 
  10 require (
  11     github.com/andybalholm/cascadia v1.3.1 // indirect
  12     github.com/dlclark/regexp2 v1.4.0 // indirect
  13     golang.org/x/net v0.0.0-20210916014120-12bc252f5db8 // indirect
  14 )