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
When trying to format a table with a backslash inside it doesn't work or rather it works up to (excluding) the row with the backslash.
I noticed this when using tex/latex in markdown tables (like $\LaTeX$ = $\LaTeX$) and trying to format/edit the table with this extension.
Setup
Create a new tab/file and paste the following table:
|A|B||-|-||A|B||\|B||A|B|
Notice the space after the backslash.
Then move the cursor on the table (somewhere in the top row) and execute Text Tables: Format under cursor (from the F1 menu).
Expectation
| A | B || --- | --- || A | B ||\| B || A | B |
Reality
| A | B || --- | --- || A | B ||\|B||A|B|
It doesn't seem to matter where the backslash is or what it is surrounded by as long as there is at least one backslash it fails.
Except when it's used to escape a pipe (\|) then it's fine and correctly formats the table, treating the | as plain text and not part of the table syntax.
Version
Text Tables 0.1.5 (currently newest)
VSCode 1.95.2 (currently newest)
The text was updated successfully, but these errors were encountered:
When trying to format a table with a backslash inside it doesn't work or rather it works up to (excluding) the row with the backslash.
I noticed this when using tex/latex in markdown tables (like$\LaTeX$ ) and trying to format/edit the table with this extension.
$\LaTeX$
=Setup
Create a new tab/file and paste the following table:
Notice the space after the backslash.
Then move the cursor on the table (somewhere in the top row) and execute
Text Tables: Format under cursor
(from the F1 menu).Expectation
Reality
It doesn't seem to matter where the backslash is or what it is surrounded by as long as there is at least one backslash it fails.
Except when it's used to escape a pipe (
\|
) then it's fine and correctly formats the table, treating the|
as plain text and not part of the table syntax.Version
Text Tables
0.1.5
(currently newest)VSCode
1.95.2
(currently newest)The text was updated successfully, but these errors were encountered: