-
-
13 Jan 2022 20:02:58 UTC
- Distribution: App-Templer
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (0)
- Testers (0 / 1 / 0)
- Kwalitee
Bus factor: 1- % Coverage
- License: perl_5
- Perl: v5.8.0
- Activity
24 month- Tools
- Download (173.35KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Templer::Plugin::Textile - A simple textile-formatting plugin.
DESCRIPTION
This class implements a formatter plugin for
templer
which allows pages to be written using textile.This allows input such as this to be executed:
Title: This is my page format: textile ---- **Bold** _italic_ Content!
LICENSE
This module is free software; you can redistribute it and/or modify it under the terms of either:
a) the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version, or
b) the Perl "Artistic License".
AUTHOR
Steve Kemp <steve@steve.org.uk>
COPYRIGHT AND LICENSE
Copyright (C) 2012-2015 Steve Kemp <steve@steve.org.uk>.
This library is free software. You can modify and or distribute it under the same terms as Perl itself.
METHODS
new
Constructor. No arguments are supported/expected.
available
This plugin is available if we've got the Text::Textile module.
format
Format the given text.
Module Install Instructions
To install App::Templer, copy and paste the appropriate command in to your terminal.
cpanm App::Templer
perl -MCPAN -e shell install App::Templer
For more information on module installation, please visit the detailed CPAN module installation guide.