logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

haml - Translates Haml markup into its HTML equivalent

Author

       This manual page was written by Gunnar Wolf <gwolf@debian.org>, based on the command-line output of  this
       program, for the Debian GNU/Linux system (but may be freely used by others).

                                                December 18, 2008                                        haml(1)

Description

       Uses the Haml engine to parse the selected template and outputs the result to the specified file.

Name

       haml - Translates Haml markup into its HTML equivalent

Options

--railsRAILS_DIR
               Install Haml and Sass to a Rails project

       -c,--check
               Just check syntax, don't evaluate.

       -s,--stdin
               Read input from standard input instead of an input file

       --trace Show a full traceback on error

       -t,--styleNAME
               Output style. Can be indented (default) or ugly.

       -f,--formatNAME
               Output format. Can be xhtml (default), html4, or html5.

       -e,--escape-html
               Escape HTML characters (like ampersands and angle brackets) by default.

       -q,--double-quote-attributes
               Set attribute wrapper to double-quotes (default is single).

       -r,--requireFILE
               Same as 'ruby -r'.

       -I,--load-pathPATH
               Same as 'ruby -I'.

       --debug Print out the precompiled Ruby source.

       -?,-h,--help
               Show a usage summary

       -v,--version
               Print version

See Also

       This  program  is shipped as part of the libhaml-ruby1.8 library package, you can check its corresponding
       documentation can be found in the libhaml-ruby-doc package.

Synopsis

haml [options] [INPUT] [OUTPUT]

See Also