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

wml::fmt::xtable - HTML tables through Advanced Syntax

Author

        Ralf S. Engelschall
        rse@engelschall.com
        www.engelschall.com

Caveats

       An error is reported if "xtable" body contains ePerl code, so the special variable "IPP_NOSYNCLINES" has
       to be written onto "#include" lines (see wml_p1_ipp(1)), and macros expanded by "mp4h"(1) must not print
       ePerl code.

Description

       This is just a WML wrapper for interfacing the freetable(1) utility which converts its advanced table
       syntax to plain HTML table markup code. See freetable(1) for more details.

Name

       wml::fmt::xtable - HTML tables through Advanced Syntax

Requires

        Internal: P1, P2, P3, freetable (PATH)
        External: --

See Also

freetable(1), HTML "<table>" tag.

EN Tools                                           2020-11-29                                wml::fmt::xtable(3)

Synopsis

        #use wml::fmt::xtable

        <xtable table-options>
          initial text (e.g. <caption> ... </caption>).
          (X, Y) options for cell (X, Y)
          text for cell (X,Y)...
          ((X,Y)) options for header cell X,Y
          text for header cell (X,Y)...
        </xtable>

See Also