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
Thanks for reporting this bug! We'll take a look at this.
Would you be able to post the exact Markdown that causes this issue? I could probably figure it out myself, but if you have it handy that makes my life a bit easier :) Simply indent it with 4 spaces like this:
See how `GitHub` doesn't try parsing <code>this</code> as **Markdown**?
The Cursor class wasn't properly calculating string positions with Russian characters (or any multi-byte characters for that matter). I've implemented a solution which resolves the issue. I was also able to identify a couple other troublesome areas - these have also been corrected.
These fixes will be part of the 0.7.1 release coming soon :)
Russian text with
<code>
renders like:оя featu
веткаBut must render like:
feature
веткаIt repeats some symbols.
When in line are only english sybmols - is OK
The text was updated successfully, but these errors were encountered: