The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Mojolicious::Plugin::ContentManagement::Type::Plain - plain managed content type

SYNOPSIS

    my $html = $plain->translate($input);

DESCRIPTION

This implements the identity function.

METHODS

translate

    my $html = $plain->translate($input);

The identity function.

SEE ALSO

Mojolicious::Plugin::ContentManagement, Mojolicious::Plugin::ContentManagement::Type