mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 08:41:42 +00:00
fix: mantener la numeración de items sutty/editor#85
This commit is contained in:
parent
07da26b0a4
commit
3b94072b09
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,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 blockquote
|
||||
figcaption a sub sup small table thead tbody tfoot tr th td br code].freeze
|
||||
figcaption a sub sup small table thead tbody tfoot tr th td br code start].freeze
|
||||
end
|
||||
|
||||
# Decifra el valor
|
||||
|
|
Loading…
Reference in a new issue