Template talk:CodeBlock

From Valve Developer Community
Revision as of 11:05, 28 June 2023 by Pee (talk | contribs)
Jump to navigation Jump to search
Icon-message-48px.png
This is the discussion page of Template:CodeBlock. To add a comment, use the Edit button near the headline of the appropriate section. To create a new section, you can use the Add topic button at the top of this page.
Comments on talk pages should be signed with "~~~~", which will be converted into your signature and a timestamp.


(using Template:Message)  There seems to be some inconsistent line spacing spacing for the first and last lines when <nowiki> isn't present, which sometimes must be there:

1

2 3 4

5

looking at how it actually renders, it shows up as 1 <p>2 3 4 </p> 5, but just displays as 1 2 3 4 5 when nowiki is present  --Pee (talk) 2:15, 28 Jun 2023 (UTC)