Uploaded image for project: 'XWiki Rendering'
  1. XWiki Rendering
  2. XRENDERING-233

Support standalone content in definition lists

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Unresolved
    • Major
    • None
    • 4.2-milestone-2
    • Syntax - xwiki/2.2
    • None

    Description

      : test
      ; test ((( test )))
      

      generates:

      <dl>
      <dt>test</dt>
      <dd>test</dd>
      </dl>
      <div>test</div>
      

      although the following HTML code is correct:

      <dl>
      <dt>test</dt>
      <dd>test <div>test</div></dd>
      </dl>
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jvdrean Jean-Vincent Drean
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: