Class: FriendlyFormat::SetCommon

Inherits:
Set
  • Object
show all
Defined in:
lib/friendly_format/set_common.rb

Overview

reference: www.w3.org/TR/1999/REC-html401-19991224/index/elements.html allow most tags to use, use it in weblog or somewhere only a few people have permission to post or edit.

Instance Method Summary collapse

Constructor Details

#initializeSetCommon

Returns a new instance of SetCommon.



8
9
10
11
12
13
14
# File 'lib/friendly_format/set_common.rb', line 8

def initialize
  super(%w[ a area b big blockquote br
            center cite code del div em
            font h1 h2 h3 h4 h5 h6 hr
            i img li map object ol p
            pre small span strong u ul  ])
end