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
When the user presses Return inside a code block, a new line is inserted within the code block.
When the user presses Return inside a code block, a new block is created.
Create a code block, type some text and press Return. Observe a new code block being created.
1.0.16-beta
The text was updated successfully, but these errors were encountered:
@davidmacp Can you test this on develop and reopen if still an issue?
develop
Sorry, something went wrong.
@eduardoboucas still having issues with this in develop
If I toggle the Code button ON then type in text
When I toggle the Code button OFF to complete then the following error is seen and the text disappears
However, switching to markdown view I can see the 'code text' there
Confirmed. Will sort.
Successfully merging a pull request may close this issue.
Expected behavior
When the user presses Return inside a code block, a new line is inserted within the code block.
Actual behavior
When the user presses Return inside a code block, a new block is created.
Steps to reproduce the problem
Create a code block, type some text and press Return. Observe a new code block being created.
Package details
1.0.16-beta
The text was updated successfully, but these errors were encountered: