Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-1322

Support for definition lists

    XMLWordPrintable

Details

    • 6
    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? 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

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              2fc6d30b2c39 knut_wannheden
              Votes:
              108 Vote for this issue
              Watchers:
              60 Start watching this issue

              Dates

                Created:
                Updated: