Template talk:CodeBlock: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
4 | 4 | ||
5}} | 5}} | ||
looking at how it actually renders, it shows up as {{Code|1 <nowiki><p></nowiki>2 3 4 <nowiki></p></nowiki> 5}}, but just | looking at how it actually renders, it shows up as {{Code|1 <nowiki><p></nowiki>2 3 4 <nowiki></p></nowiki> 5}}, but just renders as {{Code|1 2 3 4 5}} when nowiki is present | ||
}} | }} |
Revision as of 11:05, 28 June 2023

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.
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:
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)