We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d666704 commit 044203aCopy full SHA for 044203a
lib/ex_doc/formatter/markdown.ex
@@ -413,7 +413,7 @@ defmodule ExDoc.Formatter.Markdown do
413
title = input_options[:title] || title_text || filename_to_title(input)
414
415
source_path = source_file |> Path.relative_to(File.cwd!()) |> String.replace_leading("./", "")
416
- source_url = Utils.source_url_pattern(source_url_pattern, source_path, 1)
+ source_url = source_url_pattern.(source_path, 1)
417
418
%{
419
source: source,
0 commit comments