--- id: 2026-02-10T07:44:29-0500 title: 2026-02-10 07:44:29 tags: - status/draft - topic/hobbies/digitizing daily: "[[2026-02-10]]" --- # 2026-02-10 07:44:29 ## HTML/MD/EPUB Cleanup ```powershell $newText = $text -replace '\n+]+>[\n\s]+\n+', "`n`n" ``` ```powershell $newText = $text -replace '\n+]+>[\n\s]*\n+', "`n`n" ```