Class: Metanorma::Document::Components::Tables::TableBlock

Inherits:
Blocks::BasicBlock
  • Object
show all
Defined in:
lib/metanorma/document/components/tables/table_block.rb

Overview

Tabular arrangement of text

Instance Method Summary collapse

Instance Method Details

#json_typeObject



59
60
61
# File 'lib/metanorma/document/components/tables/table_block.rb', line 59

def json_type
  "table"
end