HTML
{.value}
NAME
Pod::Weave::To::HTML - Weave HTML documentation from Raku source
SYNOPSIS
You can use Pod::Weave::To::HTML as a library:
use Pod::Weave::To::HTML;
weave-html($filename.IO);
DESCRIPTION
Pod::Weave::To::HTML renders HTML documentation from Raku source files. The documentation
consists of Pod blocks (rendered normally) interwoven with <pre></pre>
tags containing
the source code from the Raku file. Pod::Weave::To::HTML currently formats output in the
same way as raku --doc=HTML
and does not allow for customization (customization may be
added in a future version). Pod::Weave::To::HTML's goal is to support basic literate
programming in Raku.
For additional details, please see the announcement blog post: www.codesections.com/blog/weaving-raku.
AUTHOR
codesections <[email protected]>
COPYRIGHT AND LICENSE
โ 2020 Daniel Sockwell
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.