Notes can be formatted using a POD subset. Examples:
| POD | Result | 
|---|---|
| B<bold> | bold | 
| I<italic> | italic | 
| C<code> | code | 
| C<< $code->with_gt >> | $code->with_gt | 
| L<My::Module> | [% link_perldoc_name('My::Module') %] | 
| L<http://perl.org> | http://perl.org | 
  $lines->that_begin( with_a_space() ) {
      are_formatted_verbatim; 
      "Useful for code samples."
  }
For more details, see [% link_perldoc_name('perlpod') %]. POD commands such
as =head1, =over, and =item are
not supported.