nuttyartist / notes

Fast and beautiful note-taking app written in C++. Write down your thoughts.
https://notes-foss.com
Mozilla Public License 2.0
3.81k stars 338 forks source link

Not rendering strikethrough when included korean spacing. #457

Closed knifepjk closed 1 year ago

knifepjk commented 1 year ago

As you can see not rendering strikethrough when included korean spacing. image

nuttyartist commented 1 year ago

Hi! Thanks for reporting! We'll look into that.

guihkx commented 1 year ago

Can you please share that note in text format instead of an image? Thank you.

knifepjk commented 1 year ago

Hi! Here some text.

# 첫번째 노트

## 두번째 노트

### 제목
~한글 테스트~

~한글~

~~테스트~~
~~ 한글테스트~~

~~취소선 띄어쓰기~~

~~HELLO WORLD~~
guihkx commented 1 year ago

I can reproduce this using the 2.0.0 release on Windows 7, but not anymore on our nightly builds.

Can you please download a nightly Windows build from here (Qt 5 or Qt 6, doesn't matter), test it, and report back?

Thanks!

knifepjk commented 1 year ago

Testing on a nightly build showed what I would expect. 👍