mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
Merge pull request #1928 from Shopify/jm/add_ld_link_doc_tag
Add a link to the LiquidDoc tooling reference in `doc` tag documentation
This commit is contained in:
@@ -13,6 +13,10 @@ module Liquid
|
|||||||
# Liquid code inside will be parsed but not executed. This facilitates
|
# Liquid code inside will be parsed but not executed. This facilitates
|
||||||
# tooling support for features like code completion, linting, and inline
|
# tooling support for features like code completion, linting, and inline
|
||||||
# documentation.
|
# documentation.
|
||||||
|
#
|
||||||
|
# For detailed documentation syntax and examples, see the
|
||||||
|
# [`LiquidDoc` reference](/docs/storefronts/themes/tools/liquid-doc).
|
||||||
|
#
|
||||||
# @liquid_syntax
|
# @liquid_syntax
|
||||||
# {% doc %}
|
# {% doc %}
|
||||||
# Renders a message.
|
# Renders a message.
|
||||||
|
|||||||
Reference in New Issue
Block a user