all repos — markup @ 1fe9828ef58df39e331dc59fced1dad36fc23995

The code we use to render README.your_favorite_markup

i have no idea. thanks bry4n
Chris Wanstrath chris@ozmm.org
Sat, 31 Oct 2009 16:53:12 -0700
commit

1fe9828ef58df39e331dc59fced1dad36fc23995

parent

655cf0a5fc9abc573862b591f26686e477d6cd83

1 files changed, 1 insertions(+), 3 deletions(-)

jump to
M lib/github/markup.rblib/github/markup.rb

@@ -49,9 +49,7 @@ out = ''

Open3.popen3(command) do |stdin, stdout, _| stdin.puts target stdin.close - while tmp = stdout.read(1024) - out << tmp - end + out = stdout.read end out.gsub("\r", '') end