Following discussion on docutils-users about multi-term definition list items [1,2],
I'am also posting my patches here, just to make sure they don't get lost.
Thanks,
Kirill
[1] https://sourceforge.net/mailarchive/forum.php?thread_name=F406FAD0-FC0D-425E-B9DB-EC6D959E8371%40tibsnjoan.co.uk&forum_name=docutils-users
[2] http://permalink.gmane.org/gmane.text.docutils.user/6765
0001-rst-Add-support-for-parsing-multiterm-definitions.patch
(how the end result looks like)
Example of multi-term definition items in literature:
http://lwn.net/images/pdf/LDD3/ch02.pdf , page 26(40)
My suggestion is to use empty comments as content for all but the last multi-def term:
The resulting HTML5 looks very much like your example. For LaTeX you would need to define a custom definition list style.
See also [feature-requests:#60] for allowing multi-term definitions in the doctree and writer support. It is solved by commit [r9747] which changes the DTD, documentation, and nodes.definition_list_item.content_model to allow multiple terms for one definition.
Related
Commit: [r9747]
Feature Requests: #60
Last edit: Günter Milde 2024-08-31
The syntax implemented in the proposed patch has one drawback explained by David Goodger in the original docutils-users thread: