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
After working on my notebook with SQL and markdowns, it will become one big single cell on the next open. Using MySQL. Here is file as a .txt: mysql.txt
What are the rules on how cells are determined? So I can manually avoid this problem in the future.
Ah, this looks like a bug that's triggered by the usage of carriage returns. Until I publish a release with this fixed, you'll need to change your editor configuration to use bare lines feeds (newlines) instead.
Activity
cmoog commentedon Jul 12, 2023
Ah, this looks like a bug that's triggered by the usage of carriage returns. Until I publish a release with this fixed, you'll need to change your editor configuration to use bare lines feeds (newlines) instead.
[-]Notebook becomes one cell [/-][+]Carriage return breaks cell delimiters[/+]thandora commentedon Jul 12, 2023
Alright. Thanks!