Update some file paths

This commit is contained in:
mez 2024-08-25 17:15:33 +01:00
parent 46427264ac
commit a025f50d1b
2 changed files with 9 additions and 7 deletions

View file

@ -94,6 +94,9 @@
(while (re-search-forward "<hr>\n\n<p>" nil t)
(replace-match "</section>\n<section>\n<p class=\"newthought\">"))
(goto-char (point-min))
(while (re-search-forward "<hr>\n<p>" nil t)
(replace-match "</section>\n<section>\n<p class=\"newthought\">"))
(goto-char (point-min))
(while (re-search-forward "<div class=\"outline-text-2\" id=\".*\">" nil t)
(replace-match ""))
(goto-char (point-min))