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
Playing with the live sandbox by copy-pasting some markdown code, I noticed that the following pipe table was not correctly rendered:
| type parameter | meaning || -------------- | ------- || E | Element || K | Key || T | Type || V | Value |
Indeed, Djot did not render the separator line because of the surrounding spaces.
This is really inconvenient since formatter such as prettier automatically surround separator with spaces.
The following pipe table is correctly rendered:
| type parameter | meaning ||----------------|---------|| E | Element || K | Key || T | Type || V | Value |
Is this intentional?
The spec could it be relaxed in order to accept spaced separator line?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Playing with the live sandbox by copy-pasting some markdown code, I noticed that the following pipe table was not correctly rendered:
Indeed, Djot did not render the separator line because of the surrounding spaces.
This is really inconvenient since formatter such as prettier automatically surround separator with spaces.
The following pipe table is correctly rendered:
Is this intentional?
The spec could it be relaxed in order to accept spaced separator line?
Beta Was this translation helpful? Give feedback.
All reactions