--- id: 2026-02-10T07:44:29 aliases: [] title: 2026-02-10 07:44:29 tags: - authorship/original - destiny/permanent - status/draft - type/timestamped daily: "[[2026-02-10]]" dg-publish: true monthly: "[[2026-02]]" quarterly: "[[2026-Q1]]" weekly: "[[2026-W07]]" yearly: "[[2026]]" --- # 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" ```