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

some are not rendering #71

Open
susindraa opened this issue Oct 14, 2024 · 1 comment
Open

some are not rendering #71

susindraa opened this issue Oct 14, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@susindraa
Copy link

What happened?

A bug happened! the syntax is working properly in live editors but it is pasted in obsidian it is not rendering. If it renders first time it is not rendering if any changes made.

  • some are rendering in editor mode and not in read mode

plantuml

Obsidian version

v1.6.7

Plugin version

1.8.0

What distribution are you seeing the problem on?

Desktop

Are you using a local .jar or a remote server

server

What is the code for the diagram

@startuml
skinparam backgroundColor transparent
skinparam linetype ortho
skinparam direction "left to right"

circle "Center" as center
circle "A" as A
circle "B" as B
circle "C" as C
circle "D" as D

center -[hidden]-> A
center -[hidden]-> B
center -[hidden]-> C
center -[hidden]-> D

A -left-> B
B -left-> C
C -left-> D
D -left-> A

@enduml

Relevant log output

Generating PlantUML diagram
@susindraa susindraa added the bug Something isn't working label Oct 14, 2024
@DmitryChekh
Copy link

same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants