Html element table
[Source]
# File lib/texy/modules/table.rb, line 180 def initialize(texy) super self.tag = 'table' end
# File lib/texy/modules/table.rb, line 186 def generate_content html = super html = caption.to_html + html if caption html end
[Validate]