Template:Paragraph break/doc
|  | This is a documentation subpage for Template:Paragraph break (see that page for the template itself). It contains usage information, categories and other content that is not part of the original template page. | 
Usage
[edit]This template produces a "visual paragraph break" by inserting the following empty tag pair:
<div class="paragraphbreak"></div>
Example:
produces:
Purpose
[edit]In some instances, it is not possible to introduce paragraph breaks using newlines alone.  For example, within a list item and within references.  However, using <p>
Example 1
[edit]The following reference uses line breaks for multiple lines.[1]
The following reference uses the paragraph break template for paragraph breaks.[2]
The following reference uses <br />
Notes
which was generated using:
1.<ref>Paragraph 1a
Paragraph 1b</ref>
2. <ref>Paragraph 2a{{paragraph break}}Paragraph 2b</ref>
3. <ref>Line 3a<br />Line 3b</ref>
Example 2
[edit]Consider the following list
- Paragraph 1a Paragraph 1b
- Paragraph 2
which was generated using
# Paragraph 1a {{paragraph break}} Paragraph 1b
# Paragraph 2