Skip to content

Issue related to table processing #308

@kamyuentse

Description

@kamyuentse

Expected Behavior

Something we may use | inside the cell, and use \| to represent it.

For example, when typing then press Enter

| Col1  | Col2  |
| :-: | :-: |
|  AAA  |  A\|B |

I expect to get

| Col1  | Col2  |
| :-:   | :-:   |
|  AAA  |  A\|B |

Actual Behavior

But currently, we get

| Col1  | Col2  |   |
| :---: | :---: |   |
| AAA   | A\    | B |
|       |       |   |

Maybe this is related to the hline matching rule?

Steps to Reproduce

  1. Step A
  2. Step B
  3. Step C

Backtrace

Software Versions

  • Markdown Mode:
  • Emacs:
  • OS:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions