-
Notifications
You must be signed in to change notification settings - Fork 171
Closed
Description
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
- Step A
- Step B
- Step C
Backtrace
Software Versions
- Markdown Mode:
- Emacs:
- OS:
Metadata
Metadata
Assignees
Labels
No labels