mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 15:56:20 +00:00
sanitizar el markdown al mostrarlo
This commit is contained in:
parent
3300e65022
commit
230ea30484
1 changed files with 3 additions and 3 deletions
|
@ -2,10 +2,10 @@
|
|||
|
||||
# Contenido con el editor de Markdown
|
||||
class MetadataMarkdownContent < MetadataContent
|
||||
# Renderizar a HTML
|
||||
# Renderizar a HTML y sanitizar
|
||||
def to_s
|
||||
CommonMarker.render_doc(value, %i[FOOTNOTES SMART],
|
||||
%i[table strikethrough autolink]).to_html
|
||||
sanitize CommonMarker.render_doc(value, %i[FOOTNOTES SMART],
|
||||
%i[table strikethrough autolink]).to_html
|
||||
end
|
||||
|
||||
# XXX: No sanitizamos acá porque se escapan varios símbolos de
|
||||
|
|
Loading…
Reference in a new issue