Scroll to navigation

Text::Markup::Asciidoc(3pm) User Contributed Perl Documentation Text::Markup::Asciidoc(3pm)

Name

Text::Markup::Asciidoc - Asciidoc parser for Text::Markup

Synopsis

  use Text::Markup;
  my $html = Text::Markup->new->parse(file => 'hello.adoc');

Description

This is the Asciidoc <http://www.methods.co.nz/asciidoc/> parser for Text::Markup. It depends on the "asciidoc" command-line application, for which there are many binary distributions <http://www.methods.co.nz/asciidoc/INSTALL.html>. It recognizes files with the following extensions as Asciidoc:
.asciidoc
.asc
.adoc

Author

David E. Wheeler <david@justatheory.com>

Copyright and License

Copyright (c) 2012-2014 David E. Wheeler. Some Rights Reserved.

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

2015-07-28 perl v5.20.2