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

Add ability to add Block Quotes around any element and not just paragraphs

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Unresolved
    • Major
    • None
    • 4.3
    • API

    Description

      Note that this means dropping the need for QuotationLineBlock.

      Example:

      > test
      

      Generates:

      beginQuotation
      beginQuotationLine
      onWord [line1]
      endQuotationLine
      endQuotation
      

      We should generate instead:

      beginQuotation
      beginParagraph
      onWord [paragraph]
      endParagraph
      endQuotation
      

      Basically QuotationBlock should be considered like a GroupBlock...

      See http://learningforlife.fsu.edu/webmaster/references/xhtml/tags/text/blockquote.cfm to see all the children elements supported by <blockquote>

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              vmassol Vincent Massol
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: