| MKDoc-Text-Structured documentation | view source | Contained in the MKDoc-Text-Structured distribution. |
MKDoc::Text::Structured::Inline - convert text to HTML without handling block-level tags
my $text = some_structured_text(); my $this = MKDoc::Text::Structured::Inline::process ($text); my $that = MKDoc::Text::Structured::Inline::process_entities_only ($text);
MKDoc::Text::Structured::Inline is used by MKDoc::Text::Structured to generate inline HTML elements such as hyperlinks, emphasis and entities.
This module is also useful directly when the full block-level rendering of MKDoc::Text::Structured is unwanted.
| MKDoc-Text-Structured documentation | view source | Contained in the MKDoc-Text-Structured distribution. |