From dc3162fcd208c8111e437b9366f459d802530bc3 Mon Sep 17 00:00:00 2001 From: Andy Waite Date: Mon, 14 Mar 2022 12:58:53 -0400 Subject: [PATCH] wip --- lib/liquid/tags/table_row.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/liquid/tags/table_row.rb b/lib/liquid/tags/table_row.rb index eda0bc46..1068f1ab 100644 --- a/lib/liquid/tags/table_row.rb +++ b/lib/liquid/tags/table_row.rb @@ -1,6 +1,15 @@ # frozen_string_literal: true +# @public_docs module Liquid + # @public_docs + # @title Tablerow + # @syntax The syntax + # @summary Generates an HTML table. + # @type tag + # @description + # Generates an HTML table. Must be wrapped in opening `` and closing `
` HTML tags. + # For a full list of attributes available within a `tablerow` loop, see `tablerow` (object). class TableRow < Block Syntax = /(\w+)\s+in\s+(#{QuotedFragment}+)/o