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