Release Early, Release Often
Or so they say. So here it is an early release!
Regular paragraph.
# frozen_string_literal: true
##
# The purpose of this class is to print the folkloric message.
class HelloSayer
def say
"Hello World!"
end
end
(horizontal rule?)
Second level title
Third level title
Fourth level
Fifth level
Sixth level
ToDo list
- [x] Make a todo list
- [x] Check the 2 first items
- [ ] Don't procrastinate
- [x] Realize that todo lists do not render like in github
Top comments (0)