Does not replace links with no number
This commit is contained in:
parent
988da88983
commit
324e53297b
@ -3,6 +3,6 @@ module DigestHelper
|
||||
# Important mechanism, to ensure the digest will not have the same footnote
|
||||
# link multiple times
|
||||
def renumber_footnotes(id, description)
|
||||
description.gsub(/\[(\d)*\]/, "[#{id}_\\1]")
|
||||
description.gsub(/\[(\d)+\]/, "[#{id}_\\1]")
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user