Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix hard line breaks in fancy list items #509

Merged
merged 7 commits into from
Nov 3, 2024

Conversation

Witiko
Copy link
Owner

@Witiko Witiko commented Oct 4, 2024

This PR makes the following changes:

  • Add regression tests for #508.
  • Fix the regression tests.
  • Update CHANGES.md.

Closes #508.

@Witiko Witiko added bug lua Related to the Lua interface and implementation syntax extension Related to syntax extensions and dialects of markdown conversion output Related to the output format of the Markdown-to-TeX conversion labels Oct 4, 2024
@Witiko Witiko added this to the 3.8.0 milestone Oct 4, 2024
@Witiko Witiko marked this pull request as draft October 4, 2024 12:24
@Witiko Witiko force-pushed the fix/hard-line-breaks-in-fancy-list-items branch from a1d46fb to ae4f7bd Compare October 4, 2024 12:25
@Witiko Witiko force-pushed the fix/hard-line-breaks-in-fancy-list-items branch from ae4f7bd to c2957ea Compare October 4, 2024 13:00
@Witiko Witiko requested review from lostenderman and removed request for lostenderman October 4, 2024 13:24
@Witiko Witiko modified the milestones: 3.8.0, 3.8.1 Oct 31, 2024
@Witiko Witiko marked this pull request as ready for review November 3, 2024 21:58
@Witiko Witiko merged commit bbed72f into main Nov 3, 2024
6 checks passed
@Witiko Witiko deleted the fix/hard-line-breaks-in-fancy-list-items branch November 3, 2024 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug conversion output Related to the output format of the Markdown-to-TeX conversion lua Related to the Lua interface and implementation syntax extension Related to syntax extensions and dialects of markdown
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ignore hard line breaks at the end of fancy list items
2 participants