Unwrap Markdown prose
Version updated for https://github.com/michen00/markdown-prose-hooks to version v0.3.0.
- This action is used across all versions by 1 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the removal of manual soft-wrap line breaks from Markdown prose, ensuring that paragraphs are one line and diffs are as small as possible. It solves the problem of unwrapped prose leading to long lines, making diffs difficult to read and potentially breaking rendering in different environments. The action supports two implementations (Python and Rust) and is designed to be lightweight with minimal installation requirements.
What’s Changed
Full Changelog: https://github.com/michen00/markdown-prose-hooks/compare/v0.2.1...v0.3.0