Skip to content

Commit

Permalink
pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
wookay committed Aug 20, 2015
1 parent dc8db4f commit 81e57e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/PageDown.jl
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@ macro open(site::Int)
:( open($(esc(:page)),$site) )
end

function Base.Markdown.term(t::Base.Pipe, a::Array{Base.Markdown.MD,1})
[Base.Markdown.term(t, e) for e in a]
end

function Base.Markdown.term(t::Base.TTY, a::Array{Base.Markdown.MD,1})
[Base.Markdown.term(t, e) for e in a]
end
Expand Down

0 comments on commit 81e57e7

Please sign in to comment.