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
The recent update has made it so some of the code in a code block gets clipped out of the box (for example: >>>).
Additonally, when a code block ends, the following line of text doesn't have enough padding and as a result, gets slightly overlapped on the code block box.
Without theme:
One more thing:
When the fold heading or fold indent option is turned on in editor settings, the clipping stops but the code goes out of the margin on the left.
This theme is so beautiful, and I personally want to thank you for your hard work :)
The text was updated successfully, but these errors were encountered:
For this part I made it so it wont flow out of the code block, but due to the formatting of Codemirror, it gave this type of marking a natural text indentation, It's hard to make it inline of the rest of the line. (Well I gave each line a padding so ... got to find another way to fix this in the future.) For now I will leave it as this for now. @kursorbyte
This fix will be release in the next version, which will be very soon!
For this part where the heading goes into the code block, I designed it to be like that, I figure it's natural to leave a new line infront and behind the code block that way this will look natural. like this:
The recent update has made it so some of the code in a code block gets clipped out of the box (for example:
>>>
).Additonally, when a code block ends, the following line of text doesn't have enough padding and as a result, gets slightly overlapped on the code block box.
Without theme:
One more thing:
When the fold heading or fold indent option is turned on in editor settings, the clipping stops but the code goes out of the margin on the left.
This theme is so beautiful, and I personally want to thank you for your hard work :)
The text was updated successfully, but these errors were encountered: