vault backup: 2025-08-29 12:47:00
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user