Adding yuml diagrams into wiki pages

1k Views Asked by At

Is it somehow possible to insert yuml (https://yuml.me/diagram/scruffy/class/samples) diagrams into vsts-wiki pages?

I've tried it using the image markdown syntax:

![image](http://yuml.me/diagram/scruffy/class/[Customer]->[Billing Address])

Or a more complex one:

![image](http://yuml.me/diagram/scruffy/class/[Customer]<>1->*[Order], [Customer]-[note: Aggregate Root{bg:cornsilk}])

But the wiki page doesn't render it, instead the markdown is shown in plain text.

1

There are 1 best solutions below

2
On BEST ANSWER

Yes, yuml diagrams are supported for VSTS wiki page.

Just use the default yuml syntax , such as:

<img src="http://yuml.me/diagram/scruffy/class/[Customer]->[Billing Address]" >

uml preview