The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Statocles::Page::Document - Render documents into HTML

VERSION

version 0.014

DESCRIPTION

This page class takes a single document and renders it as HTML.

ATTRIBUTES

published

The publish date/time of this page. A Time::Piece object.

document

The document this page will render.

METHODS

content

Generate the document HTML by converting Markdown.

vars

Get the template variables for this page.

sections

Get a list of content divided into sections. The Markdown "---" marker divides sections.

AUTHOR

Doug Bell <preaction@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Doug Bell.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.