25 lines
455 B
Markdown
25 lines
455 B
Markdown
---
|
|
id: 2026-02-10T07:44:29-0500
|
|
aliases: []
|
|
title: 2026-02-10 07:44:29
|
|
tags:
|
|
- authorship/original
|
|
- destiny/permanent
|
|
- status/draft
|
|
- topic/hobbies/digitizing
|
|
- type/timestamped
|
|
daily: "[[2026-02-10]]"
|
|
dg-publish: true
|
|
---
|
|
# 2026-02-10 07:44:29
|
|
|
|
## HTML/MD/EPUB Cleanup
|
|
|
|
```powershell
|
|
$newText = $text -replace '\n+<div[^>]+>[\n\s]+</div>\n+', "`n`n"
|
|
```
|
|
|
|
```powershell
|
|
$newText = $text -replace '\n+<span[^>]+>[\n\s]*</span>\n+', "`n`n"
|
|
```
|