We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43fe31a + d2860bf commit 4691aecCopy full SHA for 4691aec
README.md
@@ -31,18 +31,24 @@ you wish to run the library. You can also run `script/bootstrap` to fetch them a
31
Installation
32
-----------
33
34
- gem install github-markup
+```
35
+gem install github-markup
36
37
38
Usage
39
-----
40
- require 'github/markup'
- GitHub::Markup.render('README.markdown', "* One\n* Two")
41
+```ruby
42
+require 'github/markup'
43
+GitHub::Markup.render('README.markdown', "* One\n* Two")
44
45
46
Or, more realistically:
47
- GitHub::Markup.render(file, File.read(file))
48
49
50
+GitHub::Markup.render(file, File.read(file))
51
52
53
Contributing
54
------------
0 commit comments