User talk:Pnema

From Rosetta Code

Lang-tag spacing

Hi, welcome to Rosetta Code, and thanks for starting a new language. I just have one suggestion: arrange lang tags like this:

 <lang falcon>a = 1
 b = 2
 a,b = arr = b,a</lang>

rather than like this:

 <lang falcon>
 a = 1
 b = 2
 a,b = arr = b,a
 </lang>

These two blocks of markup render the same way at the moment, but if syntax highlighting for Falcon is ever implemented, the extraneous newlines in the latter will become visible. (You can see the difference if you try, for instance, <lang perl>.) —Underscore (Talk) 11:39, 30 November 2009 (UTC)


HEY: Thanks for the tip. WILCO pnema