You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 15/umbraco-cms/reference/umbraco-flavored-markdown.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -25,11 +25,11 @@ The essence of the UFM syntax is curly brackets with an alias prefix delimited w
25
25
26
26
For clarity...
27
27
28
-
- The opening token is `{`U+007B Left Curly Bracket
28
+
- The opening token is `{` Left Curly Bracket
29
29
- The alias prefix can be any valid Unicode character(s), including emojis
30
-
- Followed by `:`U+003A Colon, (not part of the alias prefix itself)
30
+
- Followed by `:` Colon, (not part of the alias prefix itself)
31
31
- The contents within the curly brackets can include any Unicode characters, including whitespace
32
-
- The closing token is `}`U+007D Right Curly Bracket
32
+
- The closing token is `}` Right Curly Bracket
33
33
34
34
An example of this syntax to render a value of a property by its alias is: `{umbValue: bodyText}`.
35
35
@@ -48,7 +48,7 @@ The internal working of the `ufm-label-value` component would then be able to ac
48
48
49
49
In addition, a filter syntax can be applied to UFM contents. This can be useful for formatting or transforming a value without needing to develop your own custom UFM component.
50
50
51
-
The syntax for UFM filters uses a pipe character `|` (U+007C Vertical Line). Multiple filters may be applied, and the value from the previous filter is passed onto the next.
51
+
The syntax for UFM filters uses a pipe character `|` (Vertical Line). Multiple filters may be applied, and the value from the previous filter is passed onto the next.
52
52
53
53
To display a rich text value, stripping out the HTML markup and limiting it to the first 15 words could use the following filters:
0 commit comments