MojoMojo::Formatter::Gist - Embed Gist script


MojoMojo documentation  | view source Contained in the MojoMojo distribution.

Index


NAME

Top

MojoMojo::Formatter::Gist - Embed Gist script

DESCRIPTION

Top

Embed Gist script by writing {{gist <id>}}.

if you write:

    {{gist 618402}}

it will be formatted, like this

    <script src="https://gist.github.com/618402.js"></script>

then you can see the syntax highlighted source code.

METHODS

Top

format_content_order

The Gist formatter has no special requirements in terms of the order it gets run in, so it has a priority of 17.

format_content

Calls the formatter. Takes a ref to the content as well as the context object.

process

Here the actual formatting is done.

SEE ALSO

Top

MojoMojo and Module::Pluggable::Ordered. Gist is <https://gist.github.com/>.

AUTHORS

Top

Dai Okabayashi, bayashi at cpan . org

LICENSE

Top

This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.


MojoMojo documentation  | view source Contained in the MojoMojo distribution.