Skip to content

Instantly share code, notes, and snippets.

@vtiffenberg
Created January 11, 2017 17:15
Show Gist options
  • Save vtiffenberg/b94cce83eb2f7f494b2e519756e39f34 to your computer and use it in GitHub Desktop.
Save vtiffenberg/b94cce83eb2f7f494b2e519756e39f34 to your computer and use it in GitHub Desktop.
require "html_builder"
html = HTML.build do
link(href: "http://crystal-lang.org") do
text "Crystal is awesome"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment