NAME
ICANN::RST::Text - an object representing Markdown text.
VERSION
version 0.01
METHODS
new($text)
Constructor. $text
is a string.
html($heading_shift)
Convert to HTML. $heading_shift
is an integer which modifies the level of heading elements (eg a shift of 1 turns all h1
elements into h2
, h2
to h3
etc).
AUTHOR
Gavin Brown <gavin.brown@icann.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2025 by Internet Corporation for Assigned Names and Number (ICANN).
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.