table property
      
      TableConfig
      get
      table
      
    
    
    
Implementation
TableConfig get table =>
    _getConfig<TableConfig>(MarkdownTag.table, const TableConfig());
TableConfig get table =>
    _getConfig<TableConfig>(MarkdownTag.table, const TableConfig());