Skip to content

Convert Markdeep figures and listings to single line in source #1583

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

Closed
hollasch opened this issue Jul 25, 2024 · 0 comments
Closed

Convert Markdeep figures and listings to single line in source #1583

hollasch opened this issue Jul 25, 2024 · 0 comments
Assignees

Comments

@hollasch
Copy link
Collaborator

Markdeep v1.16 and later appear to have a regression where they only read captions up to the first newline. We need to go through Markdeep documents and convert the figure and listing caption blocks to a single line.

@hollasch hollasch added this to the v4.0.0-release milestone Jul 25, 2024
@hollasch hollasch self-assigned this Jul 25, 2024
hollasch added a commit that referenced this issue Jul 25, 2024
The prior version had caption blocks wrapped to maintain the
100-character width source. However, Markdeep suffered a regression at
v1.16 (current version v1.17 at this commit) where everything past the
first linefeed in the caption block is ignored. To work around this bug,
this change converts all caption lines to a single block. Note that
figures/images still have an optional linefeed before the closing square
bracket and the parenthesized target.

Resolves #1583
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant