fix: editor: guardar <sub> y <sup>
This commit is contained in:
parent
2d8507369b
commit
3b9237d870
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ MetadataTemplate = Struct.new(:site, :document, :name, :label, :type,
|
|||
|
||||
def allowed_tags
|
||||
@allowed_tags ||= %w[strong em del u mark p h1 h2 h3 h4 h5 h6 ul ol li img iframe audio video div figure
|
||||
figcaption a small].freeze
|
||||
figcaption a sub sup small].freeze
|
||||
end
|
||||
|
||||
# Decifra el valor
|
||||
|
|
Loading…
Reference in a new issue