-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Labels
regressionRegression in behavior compared to a previous versionRegression in behavior compared to a previous versionstdlibJulia's standard libraryJulia's standard library
Description
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
Labels
regressionRegression in behavior compared to a previous versionRegression in behavior compared to a previous versionstdlibJulia's standard libraryJulia's standard library