Skip to content

Commit c2e9e2f

Browse files
committed
UFM: Removes unicode character values
They are superfluous.
1 parent a160615 commit c2e9e2f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ The essence of the UFM syntax is curly brackets with an alias prefix delimited w
2525

2626
For clarity...
2727

28-
- The opening token is `{` U+007B Left Curly Bracket
28+
- The opening token is `{` Left Curly Bracket
2929
- 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)
3131
- 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
3333

3434
An example of this syntax to render a value of a property by its alias is: `{umbValue: bodyText}`.
3535

@@ -48,7 +48,7 @@ The internal working of the `ufm-label-value` component would then be able to ac
4848

4949
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.
5050

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.
5252

5353
To display a rich text value, stripping out the HTML markup and limiting it to the first 15 words could use the following filters:
5454

0 commit comments

Comments
 (0)