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

KEEP: test case of a PlantUML code block #54

Open
exKAZUu opened this issue Jun 10, 2019 · 1 comment
Open

KEEP: test case of a PlantUML code block #54

exKAZUu opened this issue Jun 10, 2019 · 1 comment

Comments

@exKAZUu
Copy link
Member

exKAZUu commented Jun 10, 2019

Here is a sample code block which has the language identifier puml.

@startuml
class A {
    -int privateField
    +String publicField
    -void privateMethod()
    +int publicMethod()
}

class B {
}

class C {
}

A <|-- B
B --> C
@enduml
@kumachan-mis kumachan-mis mentioned this issue Jul 2, 2019
3 tasks
@exKAZUu exKAZUu changed the title DONT CLOSE: sample issue include PlantUML code block KEEP: test case of a PlantUML code block Sep 20, 2019
@exKAZUu
Copy link
Member Author

exKAZUu commented Sep 30, 2019

Here is another sample code block which DON'T have the language identifier puml.

@startuml
class A {
    -int privateField
    +String publicField
    -void privateMethod()
    +int publicMethod()
}

class B {
}

class C {
}

A <|-- B
B --> C
@enduml

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