layout | title |
---|---|
default |
Styleguide |
This is an example paragraph to show basic font settings. There's support for bold, underscored and italic text.
Language | Version |
---|---|
Ruby | 2.2.1 |
Java | 8 |
Clojure | 1.8.0 |
- Unordered Lists
- List item
- another list item
- item item item
- Unordered Lists
- with more items
- item item item
- lib
- spec
- Gemfile
- Gemfile.lock
- main.rb
{% highlight ruby %} module Styleguide class Example def everybody_knows p "The bird is the word." end end end {% endhighlight %}