"StackOverflow street cred", , . .
: T4 (, Tangible T4), , .
< # @output extension = "\n" # >
So, I found setting the extension to something that is not an escape char as follows:
<# @output extension = "" #>
and then in the code section programmatically set the file extension, for example:
Host.SetFileExtension ("\ n");
The T4 backlight is then restored.
source
share