Search/Replace for correcting ebooks with missing paragraphs

From Funiaita
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

wrong <p>

Setting/Replace mode

  • All text files
  • Wrap
  • Replace all

Commands

  • Find
&lt;p&gt;
  • Replace
<p>
  • Find
&lt;/p&gt;
  • Replace
</p>

Wall of text (put a lot of new lines into the file)

Setting/Replace mode

  • All open text files
  • Wrap
  • Replace all

Commands

Make sure to open all relevant files.

  • Find
<link href="stylesheet.css" type="text/css" charset="UTF-8" rel="stylesheet"/>
<meta
  • Replace
<link href="stylesheet.css" type="text/css" charset="UTF-8" rel="stylesheet"/>
<style>div {white-space: pre-line; pre-line;}</style>
<meta