[docutils:feature-requests] #60 Allow definition_list_item to have multiple terms

Günter Milde via Docutils-develop <[email protected]> Sat, 31 Aug 2024 10:35:46 -0000
Newsgroups gmane.text.docutils.devel
Message-ID </p/docutils/feature-requests/60/1bf82402162e32880f1f2f46c53890b8ca29a86b.feature-requests@docutils.p.sourceforge.net>
A possible syntax for reStructuredText input of multi-term definition lists is proposed in [patches:#95].


---

**[feature-requests:#60] Allow definition_list_item to have multiple terms**

**Status:** open-fixed
**Group:** Default
**Created:** Thu Jan 03, 2019 09:10 AM UTC by Takeshi KOMIYA
**Last Updated:** Fri Jun 07, 2024 09:30 PM UTC
**Owner:** nobody
**Attachments:**

- [support_multiple_terms_on_definition_list_item.patch](https://sourceforge.net/p/docutils/feature-requests/60/attachment/support_multiple_terms_on_definition_list_item.patch) (3.7 kB; application/octet-stream)


In HTML  spec, definition list accepts multiple terms in a item.  This patch allows doctree model to have multiple terms as children of definition_list_item also.
https://www.w3.org/TR/html52/grouping-content.html#the-dl-element

In sphinx, a custom directive named "glossary" allows multiple terms for one definition_list_item.
https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#glossary


---

Sent from sourceforge.net because [email protected] is subscribed to https://sourceforge.net/p/docutils/feature-requests/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/docutils/admin/feature-requests/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.