On Fri, Aug 31, 2012 at 9:45 PM, David McBride <[email protected]> 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. _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
