mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-25 06:11:20 -04:00
FIX: Weird markdown in digest emails
This commit is contained in:
parent
e5464a4bed
commit
1004edad1a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue