237 B
237 B
id, aliases, title, tags
| id | aliases | title | tags | ||||
|---|---|---|---|---|---|---|---|
| 2025-12-14 |
|
2025-12-14
2025-12-14 09:52
# hard wrap text
$newText = $text -replace '^(.{60,80})\s', "`$1`n"
| id | aliases | title | tags | ||||
|---|---|---|---|---|---|---|---|
| 2025-12-14 |
|
# hard wrap text
$newText = $text -replace '^(.{60,80})\s', "`$1`n"