class Jekyll::LiquidRenderer::Table

def to_s(num_of_rows = 50)

def to_s(num_of_rows = 50)
  Jekyll::Profiler.tabulate(data_for_table(num_of_rows))
end