NAME
EBook::Ishmael::TextToHtml - Convert plain text to HTML
SYNOPSIS
use EBook::Ishmael::TextToHtml;
my $html = text2html($text);
DESCRIPTION
EBook::Ishmael::TextToHtml is a module that provides the subroutine text2html()
to perform basic text-to-HTML conversion. If you are looking for ishmael user documentation, you should consult its manual (this is developer documentation).
SUBROUTINES
$html = text2html($text)
Converts the given string $text
to HTML, returning the HTML string.
AUTHOR
Written by Samuel Young, <samyoung12788@gmail.com>.
This project's source can be found on its Codeberg Page. Comments and pull requests are welcome!
COPYRIGHT
Copyright (C) 2025 Samuel Young
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.