<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AnnoCPAN Help</title>
<link rel="stylesheet" type="text/css" href="[% root_uri_rel %]/annocpan.css">
<style type="text/css">
body { padding: 0;}
</style>
</head>
<body>
<div id="note_help">
<h2>Note formatting</h2>
<p>Notes can be formatted using a POD subset. Examples:</p>
<table>
<tr><th>POD</th><th>Result</th></tr>
<tr><td>B<bold></td><td><b>bold</b></td></tr>
<tr><td>I<italic></td><td><i>italic</i></td></tr>
<tr><td>C<code></td><td><code>code</code></td></tr>
<tr><td>C<< $code->with_gt >></td><td><code>$code->with_gt</code></td></tr>
<tr><td>L<My::Module></td><td>[% link_perldoc_name('My::Module') %]</td></tr>
</table>
<pre>
$lines->that_begin( with_a_space() ) {
are_formatted_verbatim;
"Useful for code samples."
}
</pre>
<p>For more details, see [% link_perldoc_name('perlpod') %]. POD commands such
as <code>=head1</code>, <code>=over</code>, and <code>=item</code> are
<strong>not</strong> supported.</p>
<h2>Editing actions</h2>
<dl>
<dt>Save</dt>
<dd>Save this note. It will apply to this paragraph, or a similar one,
<em>for all versions of the current document</em>
</dd>
<dt>Move</dt>
<dd>Move this note to another paragraph for <em>this version of the current document
only</em>.</dd>
<dt>Hide</dt>
<dd>Hide this note to <em>for this version of the current document only</em>. Notes may
be unhidden later.</dd>
<dt>Delete</dt>
<dd>Remove this note globally, <em>for all versions of the current document</em>.
<strong>This action is irreversible!</strong> </dd>
</dl>
</div>
</body>
</html>