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::sdf - Simple Document Format (SDF)

Author

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

Description

       The usage is simple: surround all SDF source text with the "<sdf>" container tag and then just write SDF
       format inside it as you would do when writing plain SDF documents. The corresponding HTML code is created
       via SDF's sdf2html filter.

Name

       wml::fmt::sdf - Simple Document Format (SDF)

Requires

        Internal: P1, P2, P3
        External: sdf

See Also

sdf(1), http://www.mincom.com/mtr/sdf/

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

Synopsis

        #use wml::fmt::sdf

        <: print &wml_fmt_sdf({ FILE => $file, ... }); :>

        <sdf>
        H1: ...
        ...
        H2: ...
        ...
        </sdf>

See Also