Skip to content

Commit

Permalink
Merge pull request #20183 from famod/qute-doc
Browse files Browse the repository at this point in the history
Small clarification in Qute escaping doc
  • Loading branch information
mkouba authored Sep 16, 2021
2 parents 19c1509 + fff2e4b commit 0a60c10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/qute-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -413,8 +413,8 @@ NOTE: In Quarkus, a variant is set automatically for templates located in the `s

If you need to render the unescaped value:

1. Use the `raw` or `safe` properties implemented as extension methods of the `java.lang.Object`,
2. Wrap the `String` value in a `io.quarkus.qute.RawString`.
1. Either use the `raw` or `safe` properties implemented as extension methods of the `java.lang.Object`,
2. Or wrap the `String` value in a `io.quarkus.qute.RawString`.

[source,html]
----
Expand Down

0 comments on commit 0a60c10

Please sign in to comment.