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
{{ message }}
This repository was archived by the owner on Jan 13, 2025. It is now read-only.
Description:
Currently, when pasting code blocks into the application, users experience significant formatting issues. Instead of pasting the intended code, the application often displays an HTML representation, which disrupts the intended structure and readability. Additionally, pasting code can break the width of the code block element, making it difficult to read and edit.
after pasting
after pasting and clicking outside
Expected Behavior:
Plain Text Pasting: Pasting should only include text without any HTML formatting. This would allow for a cleaner and more predictable outcome.
Color Handling: The application should support syntax highlighting or color coding when pasting code blocks to enhance readability and maintain context.
Steps to Reproduce:
Copy a block of code from an Integrated Development Environment (IDE) such as VSCode
Paste it into the application.
Observe that instead of the expected formatted code, an HTML version appears, and the width of the code block is altered.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description:
Currently, when pasting code blocks into the application, users experience significant formatting issues. Instead of pasting the intended code, the application often displays an HTML representation, which disrupts the intended structure and readability. Additionally, pasting code can break the width of the code block element, making it difficult to read and edit.
after pasting
after pasting and clicking outside
Expected Behavior:
Plain Text Pasting: Pasting should only include text without any HTML formatting. This would allow for a cleaner and more predictable outcome.
Color Handling: The application should support syntax highlighting or color coding when pasting code blocks to enhance readability and maintain context.
Steps to Reproduce:
Copy a block of code from an Integrated Development Environment (IDE) such as VSCode
Paste it into the application.
Observe that instead of the expected formatted code, an HTML version appears, and the width of the code block is altered.
The text was updated successfully, but these errors were encountered: