mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
Update LiquidDoc documentation
This commit is contained in:
committed by
Guilherme Carreiro
parent
2d0442798b
commit
e38f730c00
@@ -17,8 +17,8 @@ module Liquid
|
||||
# {% doc %}
|
||||
# Renders a message.
|
||||
#
|
||||
# @param {string} foo - A foo value.
|
||||
# @param {string} [bar] - An optional bar value.
|
||||
# @param {string} foo - A string value.
|
||||
# @param {string} [bar] - An optional string value.
|
||||
#
|
||||
# @example
|
||||
# {% render 'message', foo: 'Hello', bar: 'World' %}
|
||||
|
||||
Reference in New Issue
Block a user