Template talk:CodeBlock: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
| user = Pee
| user = Pee
| time = 2:15, 28 Jun 2023
| time = 2:15, 28 Jun 2023
| There seems to be some inconsistent line spacing spacing for the first and last lines when <nowiki><nowiki></nowiki> isn't present, which sometimes must be there:
| There seems to be some inconsistent line spacing for the first and last lines when <nowiki><nowiki></nowiki> isn't present, which sometimes must be there:
{{CodeBlock|1
{{CodeBlock|1
2
2

Revision as of 11:24, 28 June 2023

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 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 renders as 1 2 3 4 5 when nowiki is present  --Pee (talk) 2:15, 28 Jun 2023 (UTC)