'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:

Or a more complex one:

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]" >
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 |

