quick fix
This commit is contained in:
parent
7a31f53835
commit
c4da3d112c
@ -13,6 +13,7 @@ module Merged
|
|||||||
end
|
end
|
||||||
|
|
||||||
def markdown_image(section)
|
def markdown_image(section)
|
||||||
|
return "" unless section.text
|
||||||
down = self.renderer.render(section.text)
|
down = self.renderer.render(section.text)
|
||||||
image = image_for(section)
|
image = image_for(section)
|
||||||
down.gsub("IMAGE" , image).html_safe
|
down.gsub("IMAGE" , image).html_safe
|
||||||
|
Loading…
Reference in New Issue
Block a user