vault backup: 2025-08-29 12:47:00

This commit is contained in:
2025-08-29 12:47:00 -04:00
parent c1bdb06c6a
commit f831a58d53
6 changed files with 108 additions and 22 deletions
+26
View File
@@ -0,0 +1,26 @@
---
id:
aliases: []
tags:
- topic/automation
- topic/software
- status/fleeting
---
# Markdown Formatter CLI
create a custom markdown formatter to implement desired features.
## Character Substitution
* em dashes to `--`
* curved quotes to straight
## Semantic Line Breaks
Join inappropriately split clauses.
Always split on certain syntax:
* full stop
Conditionally split in other cases
to prevent column overflow