https://github.com/throughnothing/text-xslate-bridge-multimarkdown
MultiMarkdown 'filter' for Text::Xslate
https://github.com/throughnothing/text-xslate-bridge-multimarkdown
Last synced: about 1 year ago
JSON representation
MultiMarkdown 'filter' for Text::Xslate
- Host: GitHub
- URL: https://github.com/throughnothing/text-xslate-bridge-multimarkdown
- Owner: throughnothing
- Created: 2012-03-05T10:13:40.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-08-09T18:14:40.000Z (almost 13 years ago)
- Last Synced: 2023-04-14T01:26:39.176Z (about 3 years ago)
- Language: Perl
- Homepage: http://metacpan.org/release/Text-Xslate-Bridge-MultiMarkdown/
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
Awesome Lists containing this project
README
# NAME
Text::Xslate::Bridge::MultiMarkdown - MultiMarkdown 'filter' for Text::Xslate
# VERSION
version 0.002
# SYNOPSIS
use Text::Xslate::Bridge::MultiMarkdown;
my $xslate = Text::Xslate->new(
module => [ 'Text::Xslate::Bridge::MultiMarkdown' ],
);
print $xslate->render_string('<: markdown( "# H1 Heading" ) :>');
print $xslate->render_string('<: markdown( "# H1 Heading", heading_ids => 0 ) :>');
# AUTHOR
William Wolf
# COPYRIGHT AND LICENSE
William Wolf has dedicated the work to the Commons by waiving all of his
or her rights to the work worldwide under copyright law and all related or
neighboring legal rights he or she had in the work, to the extent allowable by
law.
Works under CC0 do not require attribution. When citing the work, you should
not imply endorsement by the author.