jrblevin/markdown-mode

Incorrect table alignment with code block

Closed this issue · 1 comments

Expected Behavior

| Type   | Description   |
|--------|---------------|
| `<|--` | Inheritance   |
| `*--`  | Composition   |
| `o--`  | Aggregation   |
| `-->`  | Association   |
| `--`   | Link (Solid)  |
| `..>`  | Dependency    |
| `..|>` | Realization   |
| `..`   | Link (Dashed) |

Actual Behavior

After M-x markdown-cycle

| Type  | Description   |             |
|-------|---------------|-------------|
| `<    | --`           | Inheritance |
| `*--` | Composition   |             |
| `o--` | Aggregation   |             |
| `-->` | Association   |             |
| `--`  | Link (Solid)  |             |
| `..>` | Dependency    |             |
| `..   | >`            | Realization |
| `..`  | Link (Dashed) |             |

Steps to Reproduce

  1. Paste the expected behavior in markdown-mode
  2. M-x markdown-cyctle on the table

Backtrace

None

Software Versions

  • Markdown Mode: 20231028.853
  • Emacs: 29.1
  • OS: Windows 11

Thank you! That was very fast! :D