quick fix

This commit is contained in:
Torsten 2023-01-04 18:13:36 +02:00
parent 7a31f53835
commit c4da3d112c

View File

@ -13,6 +13,7 @@ module Merged
end
def markdown_image(section)
return "" unless section.text
down = self.renderer.render(section.text)
image = image_for(section)
down.gsub("IMAGE" , image).html_safe