-
Suggestion
-
Resolution: Unresolved
-
None
-
3
-
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
- relates to
-
CONFSERVER-2097 V2Renderer
- Closed
-
CONFCLOUD-1322 Support for definition lists
- Gathering Interest
-
CONFSERVER-30598 Add possibility to specify macro body default value
- Gathering Interest