Skip to content

Commit

Permalink
vendor: update
Browse files Browse the repository at this point in the history
  • Loading branch information
changkun committed May 2, 2022
1 parent 3f44647 commit 1db3327
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2,423 deletions.
9 changes: 2 additions & 7 deletions pdfgen.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ import (
"time"

"github.com/yuin/goldmark"
"github.com/yuin/goldmark-meta"
"github.com/yuin/goldmark/extension"
meta "github.com/yuin/goldmark-meta"
"github.com/yuin/goldmark/parser"
"gopkg.in/yaml.v3"
"mvdan.cc/xurls/v2"
Expand All @@ -29,10 +28,6 @@ func init() {
md = goldmark.New(
goldmark.WithExtensions(
meta.Meta,
extension.Table,
),
goldmark.WithParserOptions(
parser.WithAutoHeadingID(),
),
)
}
Expand Down Expand Up @@ -249,7 +244,7 @@ func parseReferences(b []byte) string {
## References
[@ou2022bench]: Changkun Ou. 2020. Conduct Reliable Benchmarking in Go. TalkGo Meetup. Virtual Event. March 26. https://golang.design/s/gobench
[^ou2022bench]: Changkun Ou. 2020. Conduct Reliable Benchmarking in Go. TalkGo Meetup. Virtual Event. March 26. https://golang.design/s/gobench
`)

}
Expand Down
270 changes: 0 additions & 270 deletions vendor/github.com/yuin/goldmark/extension/definition_list.go

This file was deleted.

Loading

0 comments on commit 1db3327

Please sign in to comment.