1 Sep
2012
1 Sep
'12
9:04 a.m.
On Fri, Aug 31, 2012 at 9:45 PM, David McBride <toad3k@gmail.com> wrote:
Hamlet is whitespace sensitive like haskell and python. If you put a tag after text, it is treated as text.
Write the <a... on the next line and it will work.
Another option is to manually put the closing </a> when the tag is in the middle of the line. This is especially useful for tags such as <em> or <strong>, e.g. This is <strong>very</strong> important! vs. This is # <strong>very \ important! Cheers, -- Felipe.