mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 23:49:34 +08:00
FIX: Weird markdown in digest emails
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user