mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-19 19:00:39 -07:00
wip
This commit is contained in:
@@ -1,6 +1,15 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
# @public_docs
|
||||||
module Liquid
|
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 `<table>` and closing `</table>` HTML tags.
|
||||||
|
# For a full list of attributes available within a `tablerow` loop, see `tablerow` (object).
|
||||||
class TableRow < Block
|
class TableRow < Block
|
||||||
Syntax = /(\w+)\s+in\s+(#{QuotedFragment}+)/o
|
Syntax = /(\w+)\s+in\s+(#{QuotedFragment}+)/o
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user