PlantUML is not parsing ReSTRUCTURED files
Summary
GitLab self-manages instance running
Steps to reproduce
- Follow these steps:
- Configure your PlantUML server. The Docker image suffices.
- Enable the integration.
- Create a new
.rstfile with the following contents:
.. plantuml::
Bob -> Alice: hello
Alice -> Bob: hi
Open the file in GitLab.
Example Project
https://gitlab.com/customer-issue-reproduction/zd-271524
What is the current bug behavior?
A parsed ReSTRUCTURED file is displayed, while the plantuml directive is ignored:

What is the expected correct behavior?
The parsed file, including a parsed UML diagram, is displayed.
Mockup:
