You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: