File: list_letters.xml

package info (click to toggle)
xml2rfc 3.23.0-1
  • links: PTS, VCS
  • area: non-free
  • in suites: forky, sid, trixie
  • size: 14,624 kB
  • sloc: xml: 80,545; python: 14,738; javascript: 167; sh: 9; makefile: 9
file content (9 lines) | stat: -rw-r--r-- 267 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
<t>Simulating more than one paragraph in a list item using
&lt;vspace&gt;: 
  <list style="letters">
    <t>First, a short item.</t>

    <t>Second, a longer list item.<vspace blankLines="1" /> And
    something that looks like a separate pargraph.</t>
  </list>
</t>