Skip to content

The prettifier unprettifies a table. #106

@RokeJulianLockhart

Description

@RokeJulianLockhart

When filing github/markup/issues/1168#issuecomment-4313570361, I realised that the undermentioned, when prettified:

| Syntax              | Example  | Expected behavior | Actual behavior  |
|---------------------|----------|-------------------|------------------|
| `@spixi`            | @spixi   | mention link      | mention link     |
| `\@spixi`           | \@spixi  | no mention link   | **mention link** |
| ``` `@spixi` ```    | `@spixi` | no mention link   | no mention link  |
| `@​spixi` with ZWSP  | @​spixi   | no mention link   | no mention link  |

…becomes:

| Syntax              | Example  | Expected behavior | Actual behavior  |
|---------------------|----------|-------------------|------------------|
| `@spixi`            | @spixi   | mention link      | mention link     |
| `\@spixi`           | \@spixi  | no mention link   | **mention link** |
| ``` `@spixi` ```    | `@spixi` | no mention link   | no mention link  |
| `@​spixi` with ZWSP | @​spixi  | no mention link   | no mention link  |

My Environment

Version: 4.0.0
VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=darkriszty.markdown-table-prettify

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions