How to make IEx print strings instead of charlists

Thanks for the helpful link. To test my theory I ran

List.to_string elem(Phoenix.HTML.Link.link("Home", to: '/'),1)

and got what I was loooking for.