Skip to content

Commit

Permalink
Merge pull request JuliaLang#14463 from JuliaLang/revert-14462-th/mar…
Browse files Browse the repository at this point in the history
…kdown

Revert "Fix plain rendering of markdown horizontal rule"
  • Loading branch information
ivarne committed Dec 22, 2015
2 parents e37971a + 7bd577a commit 15976b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/markdown/render/plain.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function plain(io::IO, q::BlockQuote)
end

function plain(io::IO, md::HorizontalRule)
println(io, "-" ^ 3)
println(io, "" ^ 3)
end

plain(io::IO, md) = writemime(io, "text/plain", md)
Expand Down

0 comments on commit 15976b5

Please sign in to comment.