mantener el atributo id para las notas al pie

This commit is contained in:
f 2021-02-22 17:06:55 -03:00
parent 5dd2108b2d
commit 7d9acab840

View file

@ -168,7 +168,7 @@ MetadataTemplate = Struct.new(:site, :document, :name, :label, :type,
end
def allowed_attributes
@allowed_attributes ||= %w[style href src alt controls data-align].freeze
@allowed_attributes ||= %w[style href src alt controls data-align id].freeze
end
def allowed_tags