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

Changes in markdown rendering in console #37232

Closed
KristofferC opened this issue Aug 27, 2020 · 3 comments · Fixed by #37235 or #40203
Closed

Changes in markdown rendering in console #37232

KristofferC opened this issue Aug 27, 2020 · 3 comments · Fixed by #37235 or #40203
Labels
regression Regression in behavior compared to a previous version stdlib Julia's standard library

Comments

@KristofferC
Copy link
Member

1.5:

julia> @md_str """
       Misc:\\
       - line\\
       """
  Misc:
  - line

Master:

julia> @md_str """
       Misc:\\
       - line\\
       """
  Misc: - line

Dumping out the .content field:

1-element Vector{Any}:
 Markdown.Paragraph(Any["Misc:", Markdown.LineBreak(), "- line", Markdown.LineBreak()])

so it seems it should have these linebreaks.

@KristofferC KristofferC added stdlib Julia's standard library regression Regression in behavior compared to a previous version labels Aug 27, 2020
@KristofferC KristofferC added this to the 1.6 features milestone Aug 27, 2020
@fredrikekre
Copy link
Member

It is 374c8d4

@timholy
Copy link
Member

timholy commented Aug 28, 2020

Sorry about that, and thanks for identifying the problem and fixing it!

@fredrikekre fredrikekre reopened this Mar 24, 2021
@fredrikekre
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
regression Regression in behavior compared to a previous version stdlib Julia's standard library
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants