mirror of
https://github.com/discourse/discourse.git
synced 2025-03-15 02:55:28 +08:00
FIX: Weird markdown in digest emails
This commit is contained in:
parent
e5464a4bed
commit
1004edad1a
@ -18,7 +18,7 @@ class MarkdownLinker
|
||||
def references
|
||||
result = ""
|
||||
(@rendered..@index-1).each do |i|
|
||||
result << " [#{i}]: #{@markdown_links[i]}\n"
|
||||
result << "[#{i}]: #{@markdown_links[i]}\n"
|
||||
end
|
||||
@rendered = @index
|
||||
result
|
||||
|
Loading…
x
Reference in New Issue
Block a user