You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be good to start thinking how to integrate into gitbucket rendering mechanism so that inline PlantUML code or references to PlantUML files could be rendered as an image.
What I am thinking of:
Render PlantUML code in Markdown (README, wikis, ...)
For example embedding the following in markdown
```plantuml
Bob->Alice : hello Alice, I'am Bob
Alice-->Bob : hello Bob
```
Render references to PlantUML files
this is already possible in mardown using images links and the proxy available on PlantUML site (see here).
The drawback of that is that it requires access to the internet which is not the case in all the deployments of gitbucket.
Perhaps a similar feature could be implemented to act the same.
The text was updated successfully, but these errors were encountered:
It would be good to start thinking how to integrate into gitbucket rendering mechanism so that inline PlantUML code or references to PlantUML files could be rendered as an image.
What I am thinking of:
For example embedding the following in markdown
this is already possible in mardown using images links and the proxy available on PlantUML site (see here).
The drawback of that is that it requires access to the internet which is not the case in all the deployments of gitbucket.
Perhaps a similar feature could be implemented to act the same.
The text was updated successfully, but these errors were encountered: