Add note for SaaS clients using PlantUML integration
What does this MR do and why?
The MR adds a note for SaaS customers that PlantUML integration is enabled by default.
One client in the ticket was asking about the feature and was referring to the GitLab documentation. Our documentation has instructions for enabling the integration, but does not mention neither SaaS or Self-Managed customers, which creates confusion.
How to set up and validate locally
Add below code block (in SaaS account) to md file and PlantUML diagram is rendered properly
```plantuml
Bob -> Alice : hello
Alice -> Bob : hi
```
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Marcel Amirault