We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e13ce87 commit 2f22b6dCopy full SHA for 2f22b6d
16/umbraco-cms/reference/umbraco-flavored-markdown.md
@@ -52,7 +52,7 @@ The syntax for UFM filters uses a pipe character `|` (Vertical Line). Multiple f
52
To display a rich text value, stripping out the HTML markup and limiting it to the first 15 words could use the following filters:
53
54
```markdown
55
-{umbValue: bodyText | strip-html | word-limit:15}
+{umbValue: bodyText | stripHtml | wordLimit:15}
56
```
57
58
The following UFM filters are available to use.
0 commit comments