| Name | Type | Description |
|---|---|---|
text* | str | Escaped block body or attribute value. |
Reverse the XML escaping applied by the js_eval wire format.
The REPL escapes &, <, and > inside result/error blocks; order matters
so & is restored last to avoid double-unescaping.