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