markmap / markmap-vscode

Integrate markmap into VSCode
https://marketplace.visualstudio.com/items?itemName=gera2ld.markmap-vscode
MIT License
228 stars 22 forks source link

Three capitalized words make the last word disappear #45

Open Relex12 opened 1 year ago

Relex12 commented 1 year ago

Hi, I am not really used to open issues in open source projects, but I am struggling with this bug.

So I wanted to write this in French: - Alv, Alvecroft prêtresse du Culte des Grands Anciens à Nimra (which means the fictionnal character Alv, short for Alvecroft, is a priestess for fictionnal some cult in some fictionnal town)

but the rendered text is Alv, Alvecroft prêtresse du Culte des Grands Anciens à and the last word is missing for no reason.

After playing a lot, it seems that this happens when at least three words that begin with the same letter are capitalized, Alv Alvecroft and Anciens in the example.

If I remove one of the capital letter, the last word appears in the rendered text.

So you can reproduce, copy paste this in a file, picture of what I have as rendered below:

- Alv, Alvecroft prêtresse du Culte des Grands Anciens à Nimra
- Alv, Alvecroft prêtresse du Culte des grands anciens à Nimra
- Alv Alvecroft Albedo Anciens

image

gera2ld commented 1 year ago

Hi, where do you encounter this issue? I cannot reproduce it in the REPL.

Relex12 commented 1 year ago

This is in Visual Studio Code using the pluggin

gera2ld commented 1 year ago

Sorry I still cannot reproduce the issue. Can you check if it is the same in the web version of VSCode?

Relex12 commented 1 year ago

Indeed, the bux doesn't seem to exist in the web version of VSCode.

In my laptop VSCode, I have Markmap v0.0.16 installed, and my VSCode is version 1.75.0

gera2ld commented 1 year ago

It's likely related to local font and style. It's hard to debug it since I cannot reproduce it. Sorry about that.

Relex12 commented 1 year ago

So there's nothing we can do to improve this? Any recomendation for future users encounting this bug?

I'll leave the issue open as it is not solved for me, you can close it if you want to

gera2ld commented 1 year ago

We can keep the issue open and see if we can get more information in the future.

xiaodong2077 commented 1 year ago

os: ubuntu 18.04 vscode version: 1.77.0 markmap version: v0.0.17 (download from vscode marketplace)

Successfully reproduced this bug.