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
obviously, the last line is wrong. \| means a single | to show in the table, while the \ is the escape character. The following | is the table syntax.
The correct result should be:
With the following table in markdown:
after easy-align, I get:
obviously, the last line is wrong.
\|
means a single|
to show in the table, while the\
is the escape character. The following|
is the table syntax.The correct result should be:
The text was updated successfully, but these errors were encountered: