We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5464a4 commit 1004edaCopy full SHA for 1004eda
lib/markdown_linker.rb
@@ -18,7 +18,7 @@ def create(title, url)
18
def references
19
result = ""
20
(@rendered..@index-1).each do |i|
21
- result << " [#{i}]: #{@markdown_links[i]}\n"
+ result << "[#{i}]: #{@markdown_links[i]}\n"
22
end
23
@rendered = @index
24
result
0 commit comments