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::verbatim - Really Preformatted Verbatim Text

Author

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

Description

       This is an enhanced "<pre>" tag which really formats as plain text, i.e. escapes the characters `"<"',
       `">"' and `"&"'.

       The usage is simple: Just surround the text with the "<verbatim>" container tag and then all text inside
       it will be threated as really verbatim text, i.e. a preformatted area with all problematic characters
       sequences escaped.

Name

       wml::fmt::verbatim - Really Preformatted Verbatim Text

Requires

        Internal: P1, P6
        External: --

See Also

       HTML "<pre>" tag

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

Synopsis

        #use wml::fmt::verbatim

        <verbatim>
        Text with <,> and & characters,
            leading whitespaces and
        pre  formatted   blocks
        </verbatim>

        #     To include the file ``bar'' verbatim
        <verbatim-file src="bar">

See Also