vscode-yuml icon indicating copy to clipboard operation
vscode-yuml copied to clipboard

Preview is not consistent with the official website

Open Mutuduxf opened this issue 2 years ago • 0 comments

vscode : 1.68.1

when I copied the content on the "Create UML diagrams online in seconds, no special tools needed." like this:

// {type: class}

// Chain elements like this
[Customer]<>-orders*>[Order]++-0..*>[LineItem]

// Add notes
[Order]-[note: Aggregate Root ala DDD]

// Add more detail
[≪IDisposable≫;Customer|+forname: string;+surname: string;-password: string|login(user,pass)]

the preview is : image

Mutuduxf avatar Jul 04 '22 06:07 Mutuduxf