-
Notifications
You must be signed in to change notification settings - Fork 171
Closed
Description
The commands markdown-table-move-column-left
, markdown-table-move-column-right
, markdown-table-insert-column
, and markdown-table-delete-column
don't respect escaped pipe character in table cells, treating it as normal cell separator and thus destroying the table.
Expected behavior
All table editing command should respect escaping pipe character in table cells.
Actual behavior
The commands markdown-table-move-column-left
, markdown-table-move-column-right
, markdown-table-insert-column
, and markdown-table-delete-column
don't respect escaping pipe character in table cells.
Software Versions
- Markdown Mode: From Git on 2021-08-05
- Emacs: 26.3
- OS: macOS Mojave 10.14.6
Metadata
Metadata
Assignees
Labels
No labels