PlantUML file previews

Hello there,

We have successfully installed a PlantUML server and integrated it with our GitLab setup following the documentation supplied in here.

Now we are able to put PlantUML diagram codes into Markdown files.

We are wondering if it is possible to create previews for *.puml files like README.MD files so that when we are wandering in our repository, a dynamically created preview of a diagram will open when we click on them.

I searched the web and this forum and couldn’t find a working solution.

Appreciate any help on finding it or other suggestions to achieve this feature.

Since there were no suggested solutions to this request, we had to create a workaround by creating a pipeline job for converting .puml files into .md files with appropriate starting and ending tags, rendering them as a GitBook.