Steps to reproduce
<!--
stateDiagram-v2
[*] --> Service : Request,Event,etc
Service --> OPA : Query(any JSON value)
OPA --> Service : Decision(any JSON value)
OPA --> Policy(Rego) : Check
OPA --> Data(JSON) : Check
-->
(I had to surround the start and end of the comment in ` to prevent it from being an actual comment block in the forum)
Expected result
The code block should be commented out.
Actual result
The code block isn’t commented out.
Environment