Skip to content

Commit

Permalink
chore: Remove markdown/highlighting.go and use goldmark-highlighting
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Thompson <[email protected]>
  • Loading branch information
jefft0 committed Jan 8, 2025
1 parent 27073ec commit 6e981e1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 1,157 deletions.
3 changes: 2 additions & 1 deletion gno.land/pkg/gnoweb/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ import (
"path"
"strings"

markdown "github.com/yuin/goldmark-highlighting/v2"

"github.com/alecthomas/chroma/v2"
chromahtml "github.com/alecthomas/chroma/v2/formatters/html"
"github.com/alecthomas/chroma/v2/styles"
"github.com/gnolang/gno/gno.land/pkg/gnoweb/components"
"github.com/gnolang/gno/gno.land/pkg/gnoweb/markdown"
"github.com/gnolang/gno/tm2/pkg/bft/rpc/client"
"github.com/yuin/goldmark"
mdhtml "github.com/yuin/goldmark/renderer/html"
Expand Down
Loading

0 comments on commit 6e981e1

Please sign in to comment.