mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
Remove {{ foo }} and {{ bar }} from doc tag description
This commit is contained in:
@@ -27,7 +27,6 @@ module Liquid
|
|||||||
# @example
|
# @example
|
||||||
# {% render 'message', foo: 'Hello', bar: 'World' %}
|
# {% render 'message', foo: 'Hello', bar: 'World' %}
|
||||||
# {% enddoc %}
|
# {% enddoc %}
|
||||||
# {{ foo }}, {{ bar }}!
|
|
||||||
class Doc < Block
|
class Doc < Block
|
||||||
NO_UNEXPECTED_ARGS = /\A\s*\z/
|
NO_UNEXPECTED_ARGS = /\A\s*\z/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user