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

Pasting wiki markup into editor pane fails to convert

XMLWordPrintable

      When pasting wiki markup into the page editor pane the editor fails to recognize and convert the markup. For example, here is the markup for a simple 3 line table:

      || Heading 1 || Heading 2 ||
      | Left 1     |  Right 1   |
      | Left 2     |  Right 2   |
      

      After pasting this block appears in the html as

      <p>|| Heading 1 || Heading 2 ||<br/>| Left 1 | Right 1 |<br/>| Left 2 | Right 2 |</p>
      

      I expected instead to get a real table:

      Heading 1 Heading 2
      Left 1 Right 1
      Left 2 Right 2

      Note that pasting wiki markup in this JIRA form does the right thing. Pasting into a Confluence edit pane does not.

              Unassigned Unassigned
              91ae1a294d86 pdbarnes
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: