From 31250ed1d83cdd83b8eb01b858b35876b15ae3b7 Mon Sep 17 00:00:00 2001 From: brunoAltinet Date: Tue, 11 Jan 2022 15:57:46 +0100 Subject: [PATCH] Update README.md Was struggling to find how to format a number, only to find out that's been explained in Fluid web page. There's some other useful information there, so i chose to reference the fluid page instead of copying the content. I could go either way. --- src/docs/reference/modules/Liquid/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/docs/reference/modules/Liquid/README.md b/src/docs/reference/modules/Liquid/README.md index 456099233c2..9c7edcefa4b 100644 --- a/src/docs/reference/modules/Liquid/README.md +++ b/src/docs/reference/modules/Liquid/README.md @@ -1,7 +1,8 @@ # Liquid (`OrchardCore.Liquid`) This module provides a way to create templates securely from the admin site. -For more information about the Liquid syntax, please refer to this site: +For more information about the Liquid syntax, please refer to this site: . +Liquid syntax is powered by Fluid. Check for extra examples and custom filters. ## General concepts