-
-
Save matiasgarciaisaia/178feb086ffc0ba8f88c8c442ada37c9 to your computer and use it in GitHub Desktop.
Generating an HTML <a> link using https://github.com/crystal-lang/html_builder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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