Hi,
How do I escape to TeX from inside an inline typing command? It works fine from a typing environment.
MWE:
\setuptyping[TEX][escape={[[,]]}]
\definetype[typeTEX][option=TEX]
\starttext
\startTEX
\I\can [[\em escape]]
\stopTEX
\typeTEX{\I\cannot [[\em escape]]}
\stoptext
Thank you for any feedback!
Christoph