all repos — markup @ 4bef720e5bb10afe26958ba50a9b4f805c597e14

The code we use to render README.your_favorite_markup

tell ruby what the filename of markups.rb is
Charlie Somerville charlie@charliesomerville.com
Wed, 04 Dec 2013 10:09:20 +1100
commit

4bef720e5bb10afe26958ba50a9b4f805c597e14

parent

41e43b8153b35f618a50c47f2e7e6c5467e44b77

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

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

@@ -93,6 +93,7 @@ ""

end # Define markups - instance_eval File.read(File.dirname(__FILE__) + '/markups.rb') + markups_rb = File.dirname(__FILE__) + '/markups.rb' + instance_eval File.read(markups_rb), markups_rb end end