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

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

This is the Asciidoc parser for Text::Markup. It depends on the asciidoc command-line application, for which there are many binary distributions. It recognizes files with the following extensions as Asciidoc:

David E. Wheeler <david@justatheory.com>

Copyright (c) 2012 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.