<h2><?php esc_html_e('Features', 'print-my-blog'); ?></h2>
<ul class="pmb-list">
    <li><?php esc_html_e('Supports nesting articles (like posts and pages) into “parts”', 'print-my-blog'); ?></li>
    <li><?php esc_html_e('External hyperlinks (links to web pages not in the project) can be automatically converted to footnotes or removed', 'print-my-blog'); ?><?php pmb_pro_print_service_best_e(__('Footnotes require Pro', 'print-my-blog')); ?></li>
    <li><?php esc_html_e('Internal hyperlinks (links to content included in the project) can be automatically converted to footnotes, inline page references, or removed', 'print-my-blog'); ?><?php pmb_pro_print_service_best_e(__('Footnotes and page references require Pro PDF Service', 'print-my-blog')); ?></li>
    <li><?php esc_html_e('The default title page can include: Project Title, Subtitle, Site URL, Date Printed, Credit to Print My Blog', 'print-my-blog'); ?></li>
    <li><?php esc_html_e('Each article can include: Title, ID, Author, URL, Date Published, Categories and Tags, Featured Image, Excerpt, Custom Fields, Content', 'print-my-blog'); ?></li>
    <li><?php esc_html_e('Optionally automatically center images', 'print-my-blog'); ?></li>
    <li><?php esc_html_e('Optionally float images to the top or bottom of each page', 'print-my-blog'); ?><?php pmb_pro_print_service_only(); ?></li>
</ul>
<h2><?php esc_html_e('Page Layout', 'print-my-blog'); ?></h2>
<p><?php
    esc_html_e(
        'This design is meant for printing on both sides of the page so you see two pages at once (the "page spread"). So the left-hand page will be styled differently than the right-hand page.',
        'print-my-blog'
    );
    ?></p>
<ul class="pmb-list">
    <li><?php esc_html_e('Page numbers in bottom-outside corner, part titles appear in the top of the left page, article titles appear at the top of the right page. Front-matter’s pages are numbered with Roman numerals', 'print-my-blog'); ?><?php pmb_pro_print_service_best_e(__('Most browsers add their own content to the page margins', 'print-my-blog')); ?></li>
    <li><?php esc_html_e('Each article can optionally begin on a new page', 'print-my-blog'); ?></li>
</ul>
