Skip to content

Commit

Permalink
disable links.RemoveTitlesFromMarkdownLinks too in favor of using fea…
Browse files Browse the repository at this point in the history
…thercarver
  • Loading branch information
taylormonacelli committed Aug 19, 2024
1 parent 8f63209 commit af71292
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ var (
)

var linkTransforms = []func(io.Reader, io.Writer) error{
links.RemoveTitlesFromMarkdownLinks,
links.RemoveParamsFromGoogleURLs,
links.RemoveParamsFromYouTubeURLs,
links.RemoveParamsFromSubstackURLs,
Expand Down

0 comments on commit af71292

Please sign in to comment.