From 6825d36723b7943fd1e35eea3cd3bbefa21fa6bf Mon Sep 17 00:00:00 2001 From: Arndt von Lucadou Date: Tue, 11 Jun 2024 11:02:21 +0200 Subject: [PATCH] Fix example explanation Add the wrapping ### to the example --- Documentation/TypoScriptFunctions/ParseFunc/Index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/TypoScriptFunctions/ParseFunc/Index.rst b/Documentation/TypoScriptFunctions/ParseFunc/Index.rst index ee991c6..df2a2fd 100644 --- a/Documentation/TypoScriptFunctions/ParseFunc/Index.rst +++ b/Documentation/TypoScriptFunctions/ParseFunc/Index.rst @@ -15,7 +15,8 @@ default parsing rules are implemented in the core, like parsing link tags via :ref:`typolink` function. You can also use :typoscript:`parseFunc` for your own processing. In the following -example, every occurrence of "COMP" is replaced by "My company name":: +example, every occurrence of "###COMP###" (the short name wrapped in "###") is +replaced by "My company name":: page.stdWrap.parseFunc.short { COMP = My company name