We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e95e0b3 commit 1dea31aCopy full SHA for 1dea31a
template-reference.md
@@ -41,7 +41,7 @@ All templates support the following set of standard modifiers:
41
* `format` - applies a [format string](https://docs.oracle.com/javase/8/docs/api/java/util/Formatter.html#syntax)
42
* `^url` - applies URL encoding to a value
43
* `^html` - applies HTML encoding to a value
44
-* `^xml` - applies HTML encoding to a value
+* `^xml` - applies XML encoding to a value
45
46
For example, the following marker applies a format string to a value and then URL-encodes the result:
47
0 commit comments