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

Markup issue with text formatting starting a larger custom format

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • 6.1-rc-1
    • Wikimodel
    • None

    Description

      (% class="test" %)**bold** text
      

      produce

      <strong><span class="test">bold</span></strong><span class="test">&nbsp;text</span>
      

      instead of

      <span class="test"><strong>bold</strong>&nbsp;text</span>
      

      Adding a space between %) and ** is the currently needed workaround.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              softec Denis Gervalle
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: