Eclipse-Markdown-Editor-Plugin icon indicating copy to clipboard operation
Eclipse-Markdown-Editor-Plugin copied to clipboard

Table formatting caughs when encountering an ' or "

Open mmoser18 opened this issue 11 months ago • 0 comments

Downloaded and installed the newest version from eclipse marketplace today.

When trying to reformat a table where one of the cells contains words in single or double quotes (e.g a line from one of our DB table descriptions - see example below the table reformatting will garble the line (pulling multiple lines into one) etc. Already during editing there is an error is shown, but the error message is hard to interpret...

Full example:

# table trust relation:

|Column|Type|Constraints|Remarks|
|:-----|:---|:----------|:------|
|tr_entity_id         |binary(16)  |foreign key                             |       |
|name_of_idp_technical|varchar(256)|not null                                |       |
|trust_relation_status|varchar(40) |'Active', 'Revoked', 'Expired', not null|       |
|valid_from           |timestamp   |not null                                |       |
|expires_at           |timestamp   |not null                                |       |
|created_timestamp    |timestamp   |not null                                |       |
|updated_timestamp    |timestamp   |                                        |       |

mmoser18 avatar Aug 18 '23 14:08 mmoser18