We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not sure whether this is intentional or a bug, but reporting just in case :-)
With the new jupyterlab-myst, tables seem to be configured to take the whole width by default:
when in pre javascript jupyterlab-myst 0.1.7a6 they took just the minimal width to display the content, which, to me, is much more readable:
The underlying markdown:
| | | |-------------------------------------------------------------------|---------| | <div style="width: 4ex; height: 4ex; background: green;" ></div> | Curieux | | <div style="width: 4ex; height: 4ex; background: magenta;"></div> | Énervé | | <div style="width: 4ex; height: 4ex; background: yellow;" ></div> | Inquiet | | <div style="width: 4ex; height: 4ex; background: blue;" ></div> | Fatigué |
Notes:
This can be reproduced with the following minimal example:
| a | b | | --- | --- | | c | d |
This can be reproduced in the sandbox of mystmd.org.
Cheers
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Not sure whether this is intentional or a bug, but reporting just in case :-)
With the new jupyterlab-myst, tables seem to be configured to take the whole
width by default:
when in pre javascript jupyterlab-myst 0.1.7a6 they took just the minimal width to
display the content, which, to me, is much more readable:
The underlying markdown:
Notes:
This can be reproduced with the following minimal example:
This can be reproduced in the sandbox of mystmd.org.
Cheers
The text was updated successfully, but these errors were encountered: