Some basic text. Maybe we could need some more explenation in this part.
- We
- got
- lists
- as
- well!
You can link to web sites.
And what makes it great for code related documents, you can easily embed some code:
class Person
attr_accessor :name
def initialize(name)
@name = name
end
end
And of course there is much more!