<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Blank lines]]></title><description><![CDATA[<p dir="auto">How to add blank line in the end of like a paragraph<br />
This is what im working with<br />
.<img src="/assets/uploads/files/1643598747014-a95b1619-a067-4282-a330-37713cd20631-image.png" alt="a95b1619-a067-4282-a330-37713cd20631-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">And when i do this command<br />
<img src="/assets/uploads/files/1643598813500-7d94a058-7b62-4058-8e0f-00a40d54dab6-image.png" alt="7d94a058-7b62-4058-8e0f-00a40d54dab6-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">It comes out like this<br />
<img src="/assets/uploads/files/1643598860838-378fb0e5-1473-4466-9355-720302f46944-image.png" alt="378fb0e5-1473-4466-9355-720302f46944-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">But what I want is to end up like this<br />
<img src="/assets/uploads/files/1643598923852-29b97e8c-cea4-474d-8e6d-04b253592944-image.png" alt="29b97e8c-cea4-474d-8e6d-04b253592944-image.png" class=" img-fluid img-markdown" /><br />
Just one blank line at the end of each paragraph</p>
<p dir="auto">So im asking, whats the command to do what i want</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/22463/blank-lines</link><generator>RSS for Node</generator><lastBuildDate>Wed, 19 Aug 2026 12:09:16 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/22463.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 31 Jan 2022 03:16:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Blank lines on Mon, 31 Jan 2022 06:12:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/khai29382" aria-label="Profile: khai29382">@<bdi>khai29382</bdi></a> Oops. I goofed. Link in step 1 is <a href="https://community.notepad-plus-plus.org/topic/22430/remove-unwanted-carriage-return">this</a>!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/73502</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/73502</guid><dc:creator><![CDATA[Neil Schipper]]></dc:creator><pubDate>Mon, 31 Jan 2022 06:12:19 GMT</pubDate></item><item><title><![CDATA[Reply to Blank lines on Mon, 31 Jan 2022 06:09:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/khai29382" aria-label="Profile: khai29382">@<bdi>khai29382</bdi></a> I have no solution that doesn’t require effort on your part.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/73501</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/73501</guid><dc:creator><![CDATA[Neil Schipper]]></dc:creator><pubDate>Mon, 31 Jan 2022 06:09:21 GMT</pubDate></item><item><title><![CDATA[Reply to Blank lines on Mon, 31 Jan 2022 05:51:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/neil-schipper" aria-label="Profile: neil-schipper">@<bdi>neil-schipper</bdi></a> cant do the first step cause it will not work as it should</p>
]]></description><link>https://community.notepad-plus-plus.org/post/73500</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/73500</guid><dc:creator><![CDATA[khai29382]]></dc:creator><pubDate>Mon, 31 Jan 2022 05:51:00 GMT</pubDate></item><item><title><![CDATA[Reply to Blank lines on Mon, 31 Jan 2022 05:15:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/khai29382" aria-label="Profile: khai29382">@<bdi>khai29382</bdi></a> I would do this with a multi step process.</p>
<ol>
<li>Convert all occurrences of adjacent non-empty lines (which you’ve called <em>paragraphs</em> but are better described as <em>blocks</em>) to single lines using something like what is described <a href="https://community.notepad-plus-plus.org/topic/22463/blank-lines/1">here</a> (note F&amp;R mode change) <strong>except</strong> replace newlines with a unique (to your file) marker like TEMP_NEWLINE_MARKER. Now each block is a single (maybe long) line containing markers.</li>
<li>Convert all occurrences of double newlines to single newlines (F&amp;R mode should go from Regular Expr back to Extended). Now all lines are adjacent, there are no empty lines.</li>
<li>Using Edit | Column Editor, insert the (same) marker (as in prior step) at the start of each line; no dead space before or after. (You may find link in next step helpful.)</li>
<li>Insert a column of increasing numbers as described in <a href="https://community.notepad-plus-plus.org/topic/22429/lexicographically-ascending-with-index">this thread</a>. So now every block has a leading number.</li>
<li>Convert every newline to 2 or 3 (etc.) newlines based on the block spacing you want.</li>
<li>Convert every occurrence of the marker text into a single newline.</li>
</ol>
<p dir="auto">Have fun. If an operation doesn’t work as you hoped, think about why and, use Ctl-z to undo, and then try something a little different.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/73499</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/73499</guid><dc:creator><![CDATA[Neil Schipper]]></dc:creator><pubDate>Mon, 31 Jan 2022 05:15:16 GMT</pubDate></item><item><title><![CDATA[Reply to Blank lines on Mon, 31 Jan 2022 04:01:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/neil-schipper" aria-label="Profile: neil-schipper">@<bdi>neil-schipper</bdi></a> also how to put numers on top like this <img src="/assets/uploads/files/1643601671617-a8c8369e-ee81-43fc-958b-6357ac2fd0c3-image.png" alt="a8c8369e-ee81-43fc-958b-6357ac2fd0c3-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">whats the command</p>
]]></description><link>https://community.notepad-plus-plus.org/post/73498</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/73498</guid><dc:creator><![CDATA[khai29382]]></dc:creator><pubDate>Mon, 31 Jan 2022 04:01:23 GMT</pubDate></item><item><title><![CDATA[Reply to Blank lines on Mon, 31 Jan 2022 04:00:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/neil-schipper" aria-label="Profile: neil-schipper">@<bdi>neil-schipper</bdi></a> oh nvm tysm</p>
]]></description><link>https://community.notepad-plus-plus.org/post/73497</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/73497</guid><dc:creator><![CDATA[khai29382]]></dc:creator><pubDate>Mon, 31 Jan 2022 04:00:08 GMT</pubDate></item><item><title><![CDATA[Reply to Blank lines on Mon, 31 Jan 2022 03:57:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/neil-schipper" aria-label="Profile: neil-schipper">@<bdi>neil-schipper</bdi></a> how lessen the blank lines by 1, only want 2</p>
]]></description><link>https://community.notepad-plus-plus.org/post/73496</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/73496</guid><dc:creator><![CDATA[khai29382]]></dc:creator><pubDate>Mon, 31 Jan 2022 03:57:53 GMT</pubDate></item><item><title><![CDATA[Reply to Blank lines on Mon, 31 Jan 2022 03:33:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/khai29382" aria-label="Profile: khai29382">@<bdi>khai29382</bdi></a> Hi. If you turn on “Show all characters” (backward P on toolbar, or View - Show Sym - Show All) and your lines end with <code>CRLF</code>, then, Find <code>\r\n\r\n</code> and Replace with <code>\r\n\r\n\r\n</code> and you should be good.</p>
<p dir="auto">If a different line ending is in use, state what you see for further assistance.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/73495</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/73495</guid><dc:creator><![CDATA[Neil Schipper]]></dc:creator><pubDate>Mon, 31 Jan 2022 03:33:30 GMT</pubDate></item></channel></rss>