We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
md2pdf
1 parent b15e07d commit 0be25f0Copy full SHA for 0be25f0
2 files changed
cmd/md2pdf/md2pdf.go
@@ -14,7 +14,7 @@ import (
14
"strings"
15
16
"github.com/gomarkdown/markdown/parser"
17
- "github.com/mandolyte/mdtopdf/v2"
+ "github.com/solworktech/md2pdf/v2"
18
"golang.org/x/exp/slices"
19
)
20
go.mod
@@ -1,4 +1,4 @@
1
-module github.com/mandolyte/mdtopdf/v2
+module github.com/solworktech/md2pdf/v2
2
3
go 1.23.0
4
0 commit comments