I use it all the time to edit my website pages.
This blog post is merely a note to myself to use the regular expression \n\n to replace spaced out paragraphs.
I am now working on converting my Math 25 Workbook into web pages. The first step for each chapter is to add the HTML paragraph mark code. So I do:
For the entire document. Then I only need to manually fix the first open paragraph, and the last close paragraph.Find: \n\nReplace: </p>\n\n<p>
No comments:
Post a Comment