Template:Blockquote paragraphs: Difference between revisions

Adding in the semantically correct way to do this for real paragraphs.
(→‎top: This is not by any means the only workaround, nor the most common, just the most shorthand.)
(Adding in the semantically correct way to do this for real paragraphs.)
Line 16:
}}
 
The simplest workaround for this is to use the {{xtag|poem}} tag inside {{tag|blockquote|o}}, which will convert line breaks to {{tag|br|s}} tags:
{{markup
|<nowiki><blockquote><poem>
Line 30:
Line 4
</poem></blockquote>
}}<noinclude>
 
To markup actual paragraphs within block quotations, entire blank lines can be used between them, which will convert to {{tag|p}} tags:
 
{{markup
|<nowiki><blockquote>
Paragraph 1
 
Paragraph 2
 
Paragraph 3
</blockquote></nowiki>
|<blockquote>
Paragraph 1
 
Paragraph 2
 
Paragraph 3
</blockquote>
}}<noinclude>
 
Anonymous user