Uploaded image for project: 'Confluence Cloud'
  1. Confluence Cloud
  2. CONFCLOUD-1322

Support for definition lists

XMLWordPrintable

    • 1
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      NOTE: This suggestion is for Confluence Cloud. Using Confluence Server? See the corresponding suggestion.

      It would be very useful if the Confluence Wiki markup supported HTML definition lists (i.e. the <dl>, <dt>, <dd> elements). This is supported by other Wikis as for example JSPWiki, TikiWiki, and Meatball Wiki.

      The proposed markup syntax would be:

      ;term one: definition of term one.
      ;term two:longer definition of
      term two.

      This would result in:

      <dl>
      <dt>term one</dt>
      <dd>definition of term one.</dd>
      <dt>term two</dt>
      <dd>longer definition of
      term two.</dd>
      </dl>

      An alternative syntax would be:

      *;term:definition

            Unassigned Unassigned
            2fc6d30b2c39 knut_wannheden
            Votes:
            100 Vote for this issue
            Watchers:
            58 Start watching this issue

              Created:
              Updated: