You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeing some unexpected behaviour with Github's inline math inside tables. A minimal example would be
mdfmt << 'EOF'# TestThe table below should not be mangled.| Left | Right || -----------: | :---- || short | `foo` || $K_b$ | `bar` || longest term | `0` |EOF
Output:
# Test
The table below should not be mangled.
| Left | Right |
| -----------: | :---- |
| short | `foo` |
| $K_b$ | `bar` |
| longest term | `0` |
Note the misalignment in line 4 of the table. Expected output would be the unchanged input (cells still aligned).
Hi @elliotxx,
I'm seeing some unexpected behaviour with Github's inline math inside tables. A minimal example would be
Output:
Note the misalignment in line 4 of the table. Expected output would be the unchanged input (cells still aligned).
This is v0.4.2:
Cheers, Markus
The text was updated successfully, but these errors were encountered: