How do I put a link in the middle of a paragraph with HAML?

Viewed 19766

How do I create this:

<p>
  I would like to make a <a href="foo.html">link</a> in my Rails app.
</p>

with HAML?

4 Answers
Related