# TODO - create a Link class Link.new(url, text, hint="") - create a Image class Image.new(src, alt="" ) - create H1 and H2 classes that use Markdown underline notation (h1: ====, h2: ----) - create List class - create DSL methods like table(titles) instead of Table.new