Archive meeting workflow and screenshot changes

This commit is contained in:
2026-05-27 12:55:19 +02:00
parent 2422236ef7
commit 12832dde84
48 changed files with 3041 additions and 43 deletions
+4 -1
View File
@@ -176,7 +176,10 @@ steps:
value: "Known speaker identified: @Model.Speaker.Name"
```
The engine only invokes Razor when the value contains `@`.
The engine invokes Razor when the value contains an unescaped `@` that is not part of a
valid email address token. Literal email addresses such as `Support@contoso.com` are left
unchanged; if the same value also contains a Razor expression, the email `@` is escaped
before rendering so the address still appears normally in the rendered result.
## Steps