NAME
Markdown::Simple - The great new Markdown::Simple!
VERSION
Version 0.01
SYNOPSIS
This module was 100% generated using co-pilot with the prompt:
"create a simple markdown to html perl XS module that allows you to optionally enable each element of markdown. For example I can disable the parsing of image"
then:
"great now extend with table and a few of the other options like task list"
use Markdown::Simple;
markdown_to_html($markdown);
markdown_to_html($markdown, {
images => 0, # disable images
code => 0, # disable code blocks
links => 0, # disable links
});
AUTHOR
LNATION, <email at lnation.org>
BUGS
Please report any bugs or feature requests to bug-markdown-simple at rt.cpan.org
, or through the web interface at https://rt.cpan.org/NoAuth/ReportBug.html?Queue=Markdown-Simple. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Markdown::Simple
You can also look for information at:
RT: CPAN's request tracker (report bugs here)
Search CPAN
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
This software is Copyright (c) 2025 by LNATION.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)