Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
[#293](https://github.com/leynos/mdtablefix/issues/293))
- Preserve inline GFM footnote references as unbreakable tokens when wrapping
Markdown paragraphs. ([#277](https://github.com/leynos/mdtablefix/issues/277))
- Preserve link reference definitions verbatim when `--wrap` is used, so
labels, URLs, and optional titles are never collapsed into prose or split
across lines.
([`#292`](https://github.com/leynos/mdtablefix/issues/292))
- Preserve trailing spaces on the final line when wrapping Markdown, retaining
hard break semantics. See [trailing spaces](docs/trailing-spaces.md) for
details. ([#65](https://github.com/leynos/mdtablefix/issues/65))
Expand Down
Loading
Loading