Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] When using a lot of plantuml, it does not display correctly #2087

Open
ousaka99 opened this issue Dec 26, 2024 · 1 comment
Open

[BUG] When using a lot of plantuml, it does not display correctly #2087

ousaka99 opened this issue Dec 26, 2024 · 1 comment
Assignees
Labels

Comments

@ousaka99
Copy link

Describe the bug
When using a lot of plantuml, it does not display correctly

Environment

  • OS: Windows 10
  • VSCode: 1.96.2
  • Markdown Preview Enhanced: 0.8.15

To Reproduce
test.md

test

@startuml
title 1
@enduml

(repetition...)

@startuml
title 100
@enduml

so then, change characters or add new plantuml.
The preview is weird. For example, unrelated titles are displayed, or the order is wrong.

Thank you.

@ousaka99
Copy link
Author

test.md
I found detailed steps to reproduce the issue:

  1. Visual Studio Code + Markdown Preview Enhanced(v0.8.15)+test.md -> Preview test.md
  2. Copy and paste [plantuml title1-100] from test.md about 10 times. =10000 plantuml
  3. Some drawings are strange
    image

The actual problem is complex 30 plantuml.
Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants