Skip to content

Commit

Permalink
PipeEndpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
wookay committed Aug 27, 2015
1 parent 86b71cd commit 3d05813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PageDown.jl
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ end


# term
Base.Markdown.term(t::Union{Base.Pipe,Base.TTY}, a::Array{Base.Markdown.MD,1}) =
Base.Markdown.term(t::Union{Base.PipeEndpoint,Base.TTY}, a::Array{Base.Markdown.MD,1}) =
[Base.Markdown.term(t, e) for e in a]
Base.Markdown.term(t::Union{Base.Pipe,Base.TTY}, a::Array{ASCIIString,1}) = a
Base.Markdown.term(t::Union{Base.PipeEndpoint,Base.TTY}, a::Array{ASCIIString,1}) = a

end # module

0 comments on commit 3d05813

Please sign in to comment.