Add support for descriptive lists
This commit is contained in:
parent
376bb3652a
commit
ba3cf9f948
7 changed files with 109 additions and 19 deletions
23
org/testdata/lists.html
vendored
23
org/testdata/lists.html
vendored
|
@ -92,3 +92,26 @@ that spans multiple lines
|
|||
</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
descriptive lists
|
||||
</p>
|
||||
<dl>
|
||||
<dt>
|
||||
term<dd>
|
||||
<p>
|
||||
description
|
||||
</p>
|
||||
<dd>
|
||||
<dt>
|
||||
?<dd>
|
||||
<p>
|
||||
without term
|
||||
</p>
|
||||
<dd>
|
||||
<dt>
|
||||
term<dd>
|
||||
<p>
|
||||
description
|
||||
</p>
|
||||
<dd>
|
||||
</dl>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue