diff options
Diffstat (limited to 'doc/haserl.1')
-rw-r--r-- | doc/haserl.1 | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/haserl.1 b/doc/haserl.1 index 5b98717..5f97aa8 100644 --- a/doc/haserl.1 +++ b/doc/haserl.1 @@ -257,7 +257,15 @@ initially parsed. .fi print the shell expression. Syntactic sugar for "echo expr". - +.TP +.B "COMMENT" +.nf +<%# comment %> +.sp +.fi +Comment block. Anything in a comment block is not parsed. Comments can be nested and can contain +other haserl elements. + .SH EXAMPLES .TP .B WARNING @@ -273,7 +281,8 @@ You should be familiar with basic web scripting security before using #!/usr/local/bin/haserl content-type: text/plain .sp -<% env %> +<%# This is a sample "env" script %> +<% env %> .fi Prints the results of the |