Skip to content

Changes in markdown rendering in console #37232

@KristofferC

Description

@KristofferC

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    regressionRegression in behavior compared to a previous versionstdlibJulia's standard library

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions