Possibly by design, and scripting is probably a topic for later anyway, but just in case, I notice that to automatically generate a child node which combines a text with an evaluation – for example any of these three patterns:
- we don’t need to escape single or double quotes,
- but we do seem to need an escape for JavaScript’s useful
template literal
backtick format. (Third example above).