A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/jrblevin/markdown-mode/issues/308 below:

Issue related to table processing · Issue #308 · jrblevin/markdown-mode · GitHub

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

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4