Skip to content

Instantly share code, notes, and snippets.

View jaderobbins's full-sized avatar

Jade Robbins jaderobbins

View GitHub Profile
require 'outliner'
include Outliner
outline "This is my outline" do
s "This is a section" do
p "This is a paragraph" do
t "This is a topic in the paragraph"
end
p "This is a paragraph without topics"
end