Skip to content

Commit 4669e86

Browse files
Update 16/umbraco-cms/reference/umbraco-flavored-markdown.md
Co-authored-by: sofietoft <[email protected]>
1 parent a760486 commit 4669e86

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

16/umbraco-cms/reference/umbraco-flavored-markdown.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ Expressions can reference property aliases, perform calculations, concatenate st
100100

101101
### Sandboxed evaluation
102102

103-
All expressions are evaluated in a sandbox. Only safe operations and methods are allowed; access to global objects, external APIs, or unsafe functions will be blocked. To extend expressions with your own functions, it is recommended to use the piped UFM Filter syntax.
104-
103+
All expressions are evaluated in a sandbox. Only safe operations and methods are allowed. Access to global objects, external APIs, or unsafe functions will be blocked. To extend expressions with your own functions, it is recommended to use the piped UFM Filter syntax.
105104

106105
## UFM components
107106

0 commit comments

Comments
 (0)