Skip to content

Latest commit

 

History

History
74 lines (56 loc) · 1.26 KB

styleguide.md

File metadata and controls

74 lines (56 loc) · 1.26 KB
layout title
default
Styleguide

Styleguide

Typography

This is an example paragraph to show basic font settings. There's support for bold, underscored and italic text.

H1 Heading

H2 Heading

H3 Heading

H4 Heading

H5 Heading
H6 Heading

Tables

Language Version
Ruby 2.2.1
Java 8
Clojure 1.8.0

Lists

  • Unordered Lists
  • List item
    • another list item
  • item item item
  1. Unordered Lists
  2. with more items
  3. item item item

Directory Listings

  • lib
  • spec
  • Gemfile
  • Gemfile.lock
  • main.rb

Colors

 
 
 
 
 
 
 
 

Code

{% highlight ruby %} module Styleguide class Example def everybody_knows p "The bird is the word." end end end {% endhighlight %}