We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 271f659 commit c2d7340Copy full SHA for c2d7340
stdlib/Markdown/src/render/terminal/render.jl
@@ -76,7 +76,7 @@ function term(io::IO, md::List, columns)
76
print(io, lstrip(line))
77
l < length(lines) && println(io)
78
end
79
- i < length(md.items) && println(io)
+ i < length(md.items) && print(io, '\n'^(2 - md.loose))
80
81
82
0 commit comments