Bug 569659

Summary: Readme markup editor does not display tables correctly
Product: [Eclipse Project] Platform Reporter: Mark Kaberman <mkaberman>
Component: TextAssignee: Platform-Text-Inbox <platform-text-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: 4.17   
Target Milestone: ---   
Hardware: PC   
OS: Windows 10   
Whiteboard:

Description Mark Kaberman CLA 2020-12-11 09:53:36 EST
I am adding a table to my README.md file. The table looks ok in github and other markup viewers, but in Eclipse markup preview the table is garbled. 

The sample table:

| Column 1 | Column 2 | Column 3 |
| :---: | :---: | :---: |
| Value1 | Value2 | Value3 |

In preview the table looks like:

| Column 1 | Column 2 | Column 3 | | :---: | :---: | :---: | | Value1 | Value2 | Value3 |