Podlite is an open source text markup language created in 2020 by Alexandr Zahatski.
#1460on PLDB | 4Years Old |
git clone https://github.com/podlite/podlite
Podlite, a lightweight block-oriented markup language that's all about flexibility and ease of use.
=begin pod
=head1 A heading
This is Podlite too. Specifically, this is a simple C<para> block
$this = pod('also'); # Specifically, a code block
=end pod