Table of Contents

Syntax #

p.section

Purpose #

The annotation p.section creates a section without a title at whatever point is specified. This annotation once took an argument for nesting level, so you may see older rules with an argument in parentheses. The argument is no longer used, but you don’t have to change existing rules; the level in parentheses will be ignored so long as you don’t have to edit the rule. If you do need to edit the rule, remove the parentheses and the number and save.

The section will remain open either until it encounters an element not permitted in a section, or until explicitly closed by a rule. See outside or start-anew for more information.

About QuickTrace

QuickTrace has the following features:

  • It collects trace information at clock speeds of up to 200MHz.
  • Uploading to Trace Debug Tools (TDT) uses Ethernet 10/100 baseT

To create a section at the line QuickTrace has the following features:, your rule may look like the following:

p-section-rule
Here is what your output may look like.

<title>About QuickTrace</title>
<conbody>
  <section>
    <p>QuickTrace has the following features:</p>
    <ul>
      <li>It collects trace information at clock speeds of up to 200MHz.</li>
      <li>Uploading to Trace Debug Tools (TDT) uses Ethernet 10/100 baseT</li>
    </ul>
  </section>
</conbody>