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
When filing
github/markup/issues/1168#issuecomment-4313570361, I realised that the undermentioned, when prettified:…becomes:
My Environment