Instances of underscore+character being unwantingly interpreted as temp variables

Ah, sorry, I misunderstood where the problem was.

This should work:

<<set $test = "__DG">>
<<= "<nowiki>" + $test + "</nowiki>">>

That will display __DG for you. (<<=>> is an alias for the <<print>> macro.)

1 Like