Bruno Postle > MKDoc-Text-Structured-0.82 > MKDoc::Text::Structured::Inline

Download:
MKDoc-Text-Structured-0.82.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Source   Latest Release: MKDoc-Text-Structured-0.83

Processing text without adding tags

Example:

  $title = "My (c) symbol shouldn't be *bold* -- or http://example.com/ 'linked'";
  $title = MKDoc::Text::Structured::Inline::process_entities_only ($text);

$title is now:

  My © symbol shouldn't be *bold* — or http://example.com/ ‘linked’