Podlite

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    =end nested

Code blocks with syntax highlighting:

    =begin code :lang<perl>
    sub calculate {
        my ($x, $y) = @_;
        return $x + $y;
    }
    =end code

Markdown blocks:

    =begin markdown
    # Heading

    You can mix **markdown** and *Podlite* markup!

    - Bullet lists
    - Work as expected
    - In markdown blocks
    =end markdown


DEPENDENCIES

This module requires:

  * Filter::Simple


SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command:

    perldoc Podlite

You can also look for information at:

    GitHub Repository (report bugs here)
        https://github.com/zag/p5-Podlite

    GitHub Issues
        https://github.com/zag/p5-Podlite/issues

    Search CPAN
        https://metacpan.org/release/Podlite


PODLITE ECOSYSTEM

  Official Specification:
    https://podlite.org/specification
    https://github.com/podlite/podlite-specs

  Main implementation:
    https://github.com/podlite/podlite

  Desktop viewer/editor:
    https://github.com/podlite/podlite-desktop
    Available in Linux (Snapcraft), Windows Store, and Mac App Store

  Publishing system:
    https://github.com/podlite/podlite-web

  Online resources:
    https://podlite.org - Official website
    https://pod6.in - Online Podlite/Rakudoc converter
    https://podlite.org/#Roadmap - Roadmap


AUTHOR

Aliaksandr Zahatski <zag@cpan.org>


CREDITS

Damian Conway - for inspiration and source filter techniques


LICENSE AND COPYRIGHT

Copyright (C) 2025 by Aliaksandr Zahatski

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



( run in 1.773 second using v1.01-cache-2.11-cpan-39bf76dae61 )