Especially for editable content
This commit is contained in:
@@ -16,7 +16,9 @@ module ApplicationHelper
|
||||
end
|
||||
|
||||
def markdown_to_html(string)
|
||||
raw Kramdown::Document.new(string, { input: "GFM" }).to_html
|
||||
raw Kramdown::Document.new(string, {
|
||||
input: "GFM"
|
||||
}).to_html
|
||||
end
|
||||
|
||||
def image_url_for(attachment)
|
||||
|
||||
Reference in New Issue
Block a user