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

Cannot include external plantuml files with !includeurl #1614

Open
Maxeh opened this issue May 2, 2024 · 0 comments
Open

Cannot include external plantuml files with !includeurl #1614

Maxeh opened this issue May 2, 2024 · 0 comments
Labels

Comments

@Maxeh
Copy link

Maxeh commented May 2, 2024

Observed vs. expected behavior

I want to include a .puml file which includes external .puml files with !includeurl. I can show this file just fine with the plantuml plugin in Intellij, however, it cannot be included in the adoc file, a syntax error is thrown. Apparently adoc cannot parse the external file correctly:

image

Steps to reproduce

Ascidoc:

[plantuml]
....
include::../feature/infrastructure/test.puml["My test PUML"]
....

The complete (minimal) puml file which is included:

@startuml "test"
!define AzurePuml https://raw.githubusercontent.com/plantuml-stdlib/Azure-PlantUML/release/2-2/dist
!includeurl AzurePuml/AzureCommon.puml
!includeurl AzurePuml/DevOps/AzurePipelines.puml

left to right direction
AzurePipelines(ado, "CI/CD\nAzure Pipelines", "Global")
@enduml

Environment

Plugin Version: 0.41.13
IntelliJ IDEA 2024.1 (Ultimate Edition)
Build #IU-241.14494.240, built on March 28, 2024

@Maxeh Maxeh added the bug label May 2, 2024
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

1 participant