This should be a source code block:
def hello
puts "hello"
end
This should be a source code block:
class Foo
attr_accessor :name
end
This should be a source code block too:
class Foo
attr_accessor :name
end
A link to one of our projects: radiotag-models.
A bare link: http://www.bbc.co.uk.
This is an example:
echo hello > /dev/null
This should be in bold , this in italic and this is a code snippet
.
- A list
- Of items
- nested
- to the
- third
- level
- and back out again
And a couple of command lines:
$ ls *.rb
$ echo hello world
hello world