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 Markdown word wrap #38502

Merged
merged 2 commits into from
Dec 2, 2020
Merged

Fix Markdown word wrap #38502

merged 2 commits into from
Dec 2, 2020

Conversation

timholy
Copy link
Member

@timholy timholy commented Nov 19, 2020

Fixes #38275. This changes the output of one test, but IMO the extra spaces in the test result are not actually desirable. The alignment on Julia 1.5 is also off-by-one (see the screenshot in that issue), whereas this seems well-aligned.

Fixing this is one of the milestones for 1.6.

This changes one test, but IMO the extra spaces in the test result are
not actually desirable. The alignment on Julia 1.5 is also off-by-one,
whereas this seems well-aligned.
@timholy timholy requested a review from KristofferC November 20, 2020 14:50
@KristofferC KristofferC reopened this Nov 30, 2020
@KristofferC KristofferC added the merge me PR is reviewed. Merge when all tests are passing label Nov 30, 2020
@dkarrasch dkarrasch merged commit 3be99c5 into master Dec 2, 2020
@dkarrasch dkarrasch deleted the teh/fix_38275 branch December 2, 2020 16:40
nalimilan added a commit to JuliaData/DataFrames.jl that referenced this pull request Dec 5, 2020
Since JuliaLang/julia#38502, Markdown printed has changed slightly, making tests fail
on nightly.
nalimilan added a commit to JuliaData/DataFrames.jl that referenced this pull request Dec 6, 2020
Since JuliaLang/julia#38502, Markdown printed has changed slightly, making tests fail
on nightly.
@DilumAluthge DilumAluthge removed the merge me PR is reviewed. Merge when all tests are passing label Jan 11, 2021
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

Successfully merging this pull request may close these issues.

Markdown display of lists is broken on nightly
4 participants