need help with sigil
so i have a ebook (epub) with over 1000 individual files in it. the problem im having is that not all of it is formatted properly, i have text that is not located within <p></p>. my question is is here a way to place all the non formatted text into <p></p> with out having to do it manually for each chapter
</head>
<body>
<h1>chapter 1</h1>
text
<p>text</p>
<p>text</p>
text
|