Closed ElenaMikhaylova closed 6 months ago
Issue I use markdown serializer and when symbol | is presented inside table cell node, it breaks table structure.
Repro For example I need to serialize this table:
Current behavior It breaks like this:
Result markdown:
| table header 1 | table header 2 | | --- |--- | | table cell 1 | 0 | table cell 2 |
Expected behavior Symbol | inside text node in table cell should not recognized as column separator
You can escape the pipe: table cell 1 \| 0. afaik there is no other way
table cell 1 \| 0
This package doesn't even define a parser/serializer for tables, so I'm going to close this issue.
Issue I use markdown serializer and when symbol | is presented inside table cell node, it breaks table structure.
Repro For example I need to serialize this table:
Current behavior It breaks like this:
Result markdown:
Expected behavior Symbol | inside text node in table cell should not recognized as column separator