'Adding yuml diagrams into wiki pages

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.



Solution 1:[1]

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

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 phifi