Update some file paths
This commit is contained in:
parent
46427264ac
commit
a025f50d1b
2 changed files with 9 additions and 7 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue