5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-07 09:15:45 +00:00

no convertir las comillas

This commit is contained in:
f 2021-02-24 17:04:32 -03:00
parent 17a248260f
commit 75cb667d1c

View file

@ -21,7 +21,7 @@ class MetadataContent < MetadataTemplate
def legacy_content
return document.content if /^\s*</ =~ document.content
CommonMarker.render_doc(document.content, %i[FOOTNOTES SMART], %i[table strikethrough autolink]).to_html
CommonMarker.render_doc(document.content, %i[FOOTNOTES], %i[table strikethrough autolink]).to_html
end
# Limpiar el HTML que recibimos