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 1 <nowiki><p></nowiki>2 3 4 <nowiki></p></nowiki> 5, which is strange because <nowiki>{{{1|}}}</nowiki> only appears once with no modifiers | looking at how it actually renders, it shows up as 1 <nowiki><p></nowiki>2 3 4 <nowiki></p></nowiki> 5, which is strange because <nowiki>{{{1|}}}</nowiki> only appears once with no modifiers. wiki markup has to be the issue, since adding nowiki solves it. | ||
}} | }} |
Revision as of 11:03, 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:
looking at how it actually renders, it shows up as 1 <p>2 3 4 </p> 5, which is strange because {{{1|}}} only appears once with no modifiers. wiki markup has to be the issue, since adding nowiki solves it. --Pee (talk) 2:15, 28 Jun 2023 (UTC)