Skip to content

plantuml encode is not right #4

@f4haofeng

Description

@f4haofeng
func TestPlantUMLBase64(t *testing.T) {
	var str = `@startuml
Bob -> Alice : hello
@enduml`

	encoded, _ := plantuml.DeflateAndEncode(str) //https://github.com/orlade/plantuml-encode
	fmt.Println(encoded)
}

print:
UDfoA2v9B2efpStXSifFKj2rKt3CoKnELR1Io4ZDoSddSaZDIodDpG44003___W93C00

https://www.plantuml.com/plantuml/png/UDfoA2v9B2efpStXSifFKj2rKt3CoKnELR1Io4ZDoSddSaZDIodDpG44003___W93C00
that is not right

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions