Skip to content

Commit e13ce87

Browse files
authored
Update markdown syntax for UFM expressions
As per umbraco/Umbraco-CMS@5af9df1 and umbraco/Umbraco-CMS#20500
1 parent b9ad61d commit e13ce87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ The following UFM filters are available to use.
6262
| Bytes | `bytes` | `{umbValue: umbracoBytes \| bytes}` |
6363
| Fallback | `fallback` | `{umbValue: headline \| fallback:N/A}` |
6464
| Lowercase | `lowercase` | `{umbValue: headline \| lowercase}` |
65-
| Strip HTML | `strip-html` | `{umbValue: bodyText \| strip-html}` |
66-
| Title Case | `title-case` | `{umbValue: headline \| title-case}` |
65+
| Strip HTML | `stripHtml` | `{umbValue: bodyText \| stripHtml}` |
66+
| Title Case | `titleCase` | `{umbValue: headline \| titleCase}` |
6767
| Truncate | `truncate` | `{umbValue: intro \| truncate:30:...}` |
6868
| Uppercase | `uppercase` | `{umbValue: headline \| uppercase}` |
69-
| Word Limit | `word-limit` | `{umbValue: intro \| word-limit:15}` |
69+
| Word Limit | `wordLimit` | `{umbValue: intro \| wordLimit:15}` |
7070

7171

7272
## UFM Expressions (JavaScript-like syntax)

0 commit comments

Comments
 (0)