careteditor / issues

Caret issues
https://caret.io
327 stars 12 forks source link

Ordered list style in unordered list and performance issues #825

Closed jsmolka closed 5 years ago

jsmolka commented 5 years ago

I used annotations of an ordered list inside an unordered one and I got both styles at the same time. To illustrate the issue I took a screenshot. I'd expect the numbers inside the unordered list to have no style at all and just be plain text. I am not sure if that's a bug or an intended feature.

screen

Apart from that I am experiencing some performance issues on my notebook when editing big documents. It feels a little unresponsive because not every letter is getting displayed immediately when writing fast. They get displayed in small groups of two or three at a time.

astoilkov commented 5 years ago

Hi Julian,

What you are experiencing with ordered lists inside of an unordered is correct by the CommonMark standard. You can verify that from this example.

Regarding the performance: Is it possible to share the file you are working with so we can test it on our side? If you are willing to share it you can send it via email on astoilkov@caret.io.

jsmolka commented 5 years ago

Starting Caret with Administrator Privileges fixed the performance issue.