Files
zmVault/2025-12-14.md
T

19 lines
237 B
Markdown

---
id:
aliases: []
title: 2025-12-14
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/daily
---
# 2025-12-14
## 2025-12-14 09:52
```
# hard wrap text
$newText = $text -replace '^(.{60,80})\s', "`$1`n"
```