no convertir las comillas
This commit is contained in:
parent
17a248260f
commit
75cb667d1c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue