Class: Wikitxt::TextNode
Instance Attribute Summary
Attributes inherited from BaseNode
Instance Method Summary collapse
Methods inherited from BaseNode
Constructor Details
This class inherits a constructor from Wikitxt::BaseNode
Instance Method Details
#to_html ⇒ Object
41 42 43 |
# File 'lib/wikitxt/node.rb', line 41 def to_html "<span>#{CGI.escapeHTML(attrs[:text])}</span>" end |