mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
remove unnecessary tags
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
# @public_docs
|
||||
module Liquid
|
||||
# "For" iterates over an array or collection.
|
||||
# Several useful variables are available to you within the loop.
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
# @public_docs
|
||||
module Liquid
|
||||
# If is the conditional block
|
||||
#
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
# @public_docs
|
||||
module Liquid
|
||||
# @public_docs
|
||||
# @title tablerow
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
require_relative 'if'
|
||||
|
||||
# @public_docs
|
||||
module Liquid
|
||||
# @public_docs
|
||||
# @title unless
|
||||
|
||||
Reference in New Issue
Block a user