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

Object Diagram does not work properly with "packages" #32

Open
RaffaelGrob opened this issue Dec 7, 2022 · 0 comments
Open

Object Diagram does not work properly with "packages" #32

RaffaelGrob opened this issue Dec 7, 2022 · 0 comments

Comments

@RaffaelGrob
Copy link

While writing the following plantuml, docsify stopped rendering it:

@startuml
object "My-Object" as u #fffccc
package "my-package" as ds {
    map "abc" as ds_m  {
        Name => alpha
        nca => red
    }
        map "def" as ds_vsdi_i {
        Name => beta
        nca => green
    }
    map "xyz" as ds_nu {
        Name => gama
        nca => blue
    }
}
@enduml

The issue basically started when I created the package "my-package". As this code works properly on the plantuml server, I suspect the issue is the docsify plugin that sends it corrupted to the plantuml server. Would be great to understand what's going wrong. Thanks

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

No branches or pull requests

1 participant