Skip to content

Commit

Permalink
tweak terminal output
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeInnes committed Nov 11, 2014
1 parent 4285305 commit 7671f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/markdown/render/terminal/render.jl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function terminline(io::IO, content::Vector)
end

function terminline(io::IO, md::String)
print_with_format(:normal, io, md)
print(io, md)
end

function terminline(io::IO, md::Bold)
Expand Down

0 comments on commit 7671f07

Please sign in to comment.