<?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[Find &#x2F; Replace &quot;&gt;&lt;&quot; with &quot;&gt;&quot;, &quot;Enter&quot;, &quot;&lt;&quot;]]></title><description><![CDATA[<p dir="auto">I have an HTML document with multiple &lt;tags&gt; right after each other. I would like to edit it so that all tags start on a new line so</p>
<p dir="auto">&lt;ul class=“mh-sub”&gt;&lt;li class=“odd”&gt;&lt;p class=“mh-no-listing”&gt;Some text&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;</p>
<p dir="auto">becomes</p>
<p dir="auto">&lt;ul class=“mh-sub”&gt;<br />
&lt;li class=“odd”&gt;<br />
&lt;p class=“mh-no-listing”&gt;Some text&lt;/p&gt;<br />
&lt;/li&gt;<br />
&lt;/ul&gt;</p>
<p dir="auto">Note that the &lt;/p&gt; is fine where it is.</p>
<p dir="auto">Is it possible to use Find / Replace to do this? Obviously I would find “&gt;&lt;”, but what would I enter into the replace box? I realise that using this method, lines like this:</p>
<p dir="auto">&lt;script src=“1_files/1701549626756830.js” async=“”&gt;&lt;/script&gt;</p>
<p dir="auto">which is fine as it is, would become</p>
<p dir="auto">&lt;script src=“1_files/1701549626756830.js” async=“”&gt;<br />
&lt;/script&gt;</p>
<p dir="auto">but that is also fine.</p>
<p dir="auto">If I can’t use Find / Replace, is there something else I can do?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/13976/find-replace-with-enter</link><generator>RSS for Node</generator><lastBuildDate>Sat, 16 May 2026 11:28:09 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/13976.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 18 Jun 2017 12:01:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Find &#x2F; Replace &quot;&gt;&lt;&quot; with &quot;&gt;&quot;, &quot;Enter&quot;, &quot;&lt;&quot; on Sun, 18 Jun 2017 13:26:15 GMT]]></title><description><![CDATA[<p dir="auto">The answer is to use “&gt;\n&lt;” in the Replace box.</p>
<p dir="auto">I had actually tried this before posting the question, but accidently used /n instead of \n.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/24975</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/24975</guid><dc:creator><![CDATA[Mark du Preez]]></dc:creator><pubDate>Sun, 18 Jun 2017 13:26:15 GMT</pubDate></item></channel></rss>