Skip to content

relax filename escaping in export headings#27

Merged
hyle merged 1 commit intomainfrom
relax-escaping-logic
Mar 16, 2026
Merged

relax filename escaping in export headings#27
hyle merged 1 commit intomainfrom
relax-escaping-logic

Conversation

@hyle
Copy link
Copy Markdown
Owner

@hyle hyle commented Mar 16, 2026

Summary

Reduce over-escaping in exported markdown file headings so paths stay readable and ergonomic.

Changes

Limit markdown path escaping to characters that can meaningfully interfere with heading rendering.

Keep HTML-sensitive escaping for & and <
Keep control-character escaping unchanged
Update CLI tests to assert the cleaner heading output

@hyle hyle self-assigned this Mar 16, 2026
@hyle hyle added bug Something isn't working enhancement New feature or request labels Mar 16, 2026
@hyle hyle merged commit cf5628f into main Mar 16, 2026
@hyle hyle deleted the relax-escaping-logic branch March 16, 2026 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant