Bug 569659 - Readme markup editor does not display tables correctly
Summary: Readme markup editor does not display tables correctly
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 4.17   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-11 09:53 EST by Mark Kaberman CLA
Modified: 2020-12-11 09:53 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 |