Skip to content

Commit

Permalink
fix: change import path for goldmark-jupyter (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
bevzzz authored Jan 30, 2024
1 parent cab939a commit 104d4d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import (
synth "github.com/bevzzz/nb-synth"
"github.com/bevzzz/nb/extension"
"github.com/bevzzz/nb/extension/adapter"
jupyter "github.com/nb/extension/extra/goldmark-jupyter"
jupyter "github.com/bevzzz/nb/extension/extra/goldmark-jupyter"
"github.com/robert-nix/ansihtml"
"github.com/yuin/goldmark"
highlighting "github.com/yuin/goldmark-highlighting/v2"
Expand Down
2 changes: 1 addition & 1 deletion extension/extra/goldmark-jupyter/attachment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/bevzzz/nb"
"github.com/bevzzz/nb/pkg/test"
"github.com/bevzzz/nb/schema"
jupyter "github.com/nb/extension/extra/goldmark-jupyter"
jupyter "github.com/bevzzz/nb/extension/extra/goldmark-jupyter"
"github.com/stretchr/testify/require"
"github.com/yuin/goldmark"
"github.com/yuin/goldmark/renderer/html"
Expand Down
2 changes: 1 addition & 1 deletion extension/extra/goldmark-jupyter/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/nb/extension/extra/goldmark-jupyter
module github.com/bevzzz/nb/extension/extra/goldmark-jupyter

go 1.18

Expand Down

0 comments on commit 104d4d6

Please sign in to comment.