[web-devel] Comments in web-routes-quasi, hamlet, etc

Tim Matthews tim.matthews7 at gmail.com
Mon Oct 4 22:02:52 CEST 2010


On Tue, Oct 5, 2010 at 4:17 AM, Max Cantor <mxcantor at gmail.com> wrote:

> I think this might already have been beaten too death, but there any way of
> getting a comment syntax (even very simple, anything after -- is a comment)
> into the next version of all the QQs?
>
>

If a line begins with $# it produces a comment until the end of line. Eg:

Text
$# Comment
%br
More Text

becomes:

Text
<br>
More Text
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/web-devel/attachments/20101004/987d7fa0/attachment.html


More information about the web-devel mailing list